#0FF3DA

Color #0FF3DA Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #0FF3DA

Tints of Bright Turquoise #0FF3DA

Color information

#0FF3DA (or 0x0FF3DA) is unknown color: approx Bright Turquoise. HEX triplet: 0F, F3 and DA. RGB value is (15,243,218). Sum of RGB (Red+Green+Blue) = 15+243+218=476 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.15% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF3DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF3DA is #F00C25. Grayscale: #ABABAB. Windows color (decimal): -15731750 or 14349071. OLE color: 14349071.

HSL color Cylindrical-coordinate representation of color #0FF3DA: hue angle of 173.42º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF3DA is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB15243218-
CMYK0.9400.100.05
HSL173.42º90.48%50.59%-
HSV(B)173.42º93.83%95.29%-
XYZ44.969.2677.33-
YUV171.98153.9616.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 3.15%
GREEN value IS 243 (95.31% from 255) = 51.05%
BLUE value IS 218 (85.55% from 255) = 45.80%
R=3.15%
G=51.05%
B=45.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152432180.9400.100.05173.4290.4850.59
HexFF3DA5E0A5ad5a33
Octal17363332136012525513263
Binary11111111001111011010101111001010101101011011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FF3DA; }

 p { color: rgb(15,243,218); }

 H1.HeaderClassName
 {
   color: #0FF3DA;
 }
 .AnyTagClassName
 {
   color: #0FF3DA;
 }
</style>
background-color css

<style>
 a { background-color: #0FF3DA; }

 a { background-color: rgb(15,243,218); }

 div.DivClassName
 {
   background-color: #0FF3DA;
 }
 .BgClassName
 {
   background-color: #0FF3DA;
 }
</style>
border-color css

<style>
 span { border-color: #0FF3DA; }

 span { border-color: rgb(15,243,218); }

 td.TdClassName
 {
   border-color: #0FF3DA;
 }
 .TagClassName
 {
   border-color: #0FF3DA;
 }
</style>