Html Css Color HEX #0FD0EA Dark Turquoise

📋 copy color: '#0FD0EA'

red 15 ◦ green 208 ◦ blue 234

#0FD0EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #0FD0EA

Tints of Dark Turquoise #0FD0EA

RGB

 RED value IS 15 (6.25% from 255) = 3.28%

 GREEN value IS 208 (81.64% from 255) = 45.51%

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 3.28%
G = 45.51%
B = 51.2%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FD0EA (or 0x0FD0EA) is known color: Dark Turquoise. HEX triplet: 0F, D0 and EA. RGB value is (15,208,234). Sum of RGB (Red+Green+Blue) = 15+208+234=457 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FD0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD0EA is #F02F15. Grayscale: #989898. Windows color (decimal): -15740694 or 15388687. OLE color: 15388687.

HSL color Cylindrical-coordinate representation of color #0FD0EA: hue angle of 187.12º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FD0EA is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 208 234 -
CMYK 0.94 0.11 0 0.08
HSL 187.12º 0.88% 0.49% -
HSV(B) 187.12º 0.94% 0.92% -
XYZ 37.6 51.15 85.73 -
YUV 153.26 173.56 29.39 -
System Red Green Blue C M Y K H S L
Decimal 15 208 234 0.94 0.11 0 0.08 187.12 0.88 0.49
Hex F D0 EA 5E B 0 8 BB 58 31
Octal 17 320 352 136 13 0 10 273 130 61
Binary 1111 11010000 11101010 1011110 1011 0 1000 10111011 1011000 110001

Color Harmonies of #0FD0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD0EA

Black with #0FD0EA

Text Example


Text Example

White with #0FD0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,208,234); }

 H1.HeaderClassName
 {
   color: #0FD0EA;
 }
 .AnyTagClassName
 {
   color: #0FD0EA;
 }
</style>

background-color css

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

 a { background-color: rgb(15,208,234); }

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

border-color css

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

 span { border-color: rgb(15,208,234); }

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