Html Css Color HEX #0FCADE Dark Turquoise

📋 copy color: '#0FCADE'

red 15 ◦ green 202 ◦ blue 222

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

Shades of Dark Turquoise #0FCADE

Tints of Dark Turquoise #0FCADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.01%

 BLUE value IS 222 (87.11% from 255) = 50.57%

R = 3.42%
G = 46.01%
B = 50.57%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FCADE (or 0x0FCADE) is known color: Dark Turquoise. HEX triplet: 0F, CA and DE. RGB value is (15,202,222). Sum of RGB (Red+Green+Blue) = 15+202+222=439 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #0FCADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCADE is #F03521. Grayscale: #949494. Windows color (decimal): -15742242 or 14600719. OLE color: 14600719.

HSL color Cylindrical-coordinate representation of color #0FCADE: hue angle of 185.8º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCADE is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 202 222 -
CMYK 0.93 0.09 0 0.13
HSL 185.8º 0.87% 0.46% -
HSV(B) 185.8º 0.93% 0.87% -
XYZ 34.5 47.62 76.48 -
YUV 148.37 169.55 32.87 -
System Red Green Blue C M Y K H S L
Decimal 15 202 222 0.93 0.09 0 0.13 185.8 0.87 0.46
Hex F CA DE 5D 9 0 D BA 57 2E
Octal 17 312 336 135 11 0 15 272 127 56
Binary 1111 11001010 11011110 1011101 1001 0 1101 10111010 1010111 101110

Color Harmonies of #0FCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCADE

Black with #0FCADE

Text Example


Text Example

White with #0FCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,202,222); }

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

background-color css

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

 a { background-color: rgb(15,202,222); }

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

border-color css

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

 span { border-color: rgb(15,202,222); }

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