Html Css Color HEX #0FCADF Dark Turquoise

📋 copy color: '#0FCADF'

red 15 ◦ green 202 ◦ blue 223

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

Shades of Dark Turquoise #0FCADF

Tints of Dark Turquoise #0FCADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 3.41%
G = 45.91%
B = 50.68%

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

#0FCADF (or 0x0FCADF) is known color: Dark Turquoise. HEX triplet: 0F, CA and DF. RGB value is (15,202,223). Sum of RGB (Red+Green+Blue) = 15+202+223=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FCADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCADF is #F03520. Grayscale: #949494. Windows color (decimal): -15742241 or 14666255. OLE color: 14666255.

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

Color convert

RGB 15 202 223 -
CMYK 0.93 0.09 0 0.13
HSL 186.06º 0.87% 0.47% -
HSV(B) 186.06º 0.93% 0.87% -
XYZ 34.64 47.67 77.19 -
YUV 148.48 170.05 32.79 -
System Red Green Blue C M Y K H S L
Decimal 15 202 223 0.93 0.09 0 0.13 186.06 0.87 0.47
Hex F CA DF 5D 9 0 D BA 57 2F
Octal 17 312 337 135 11 0 15 272 127 57
Binary 1111 11001010 11011111 1011101 1001 0 1101 10111010 1010111 101111

Color Harmonies of #0FCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCADF

Black with #0FCADF

Text Example


Text Example

White with #0FCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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