Html Css Color HEX #0FCAD8 Dark Turquoise

📋 copy color: '#0FCAD8'

red 15 ◦ green 202 ◦ blue 216

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

Shades of Dark Turquoise #0FCAD8

Tints of Dark Turquoise #0FCAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.88%

R = 3.46%
G = 46.65%
B = 49.88%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0FCAD8 (or 0x0FCAD8) is known color: Dark Turquoise. HEX triplet: 0F, CA and D8. RGB value is (15,202,216). Sum of RGB (Red+Green+Blue) = 15+202+216=433 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #0FCAD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCAD8 is #F03527. Grayscale: #939393. Windows color (decimal): -15742248 or 14207503. OLE color: 14207503.

HSL color Cylindrical-coordinate representation of color #0FCAD8: hue angle of 184.18º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCAD8 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 202 216 -
CMYK 0.93 0.06 0 0.15
HSL 184.18º 0.87% 0.45% -
HSV(B) 184.18º 0.93% 0.85% -
XYZ 33.71 47.3 72.32 -
YUV 147.68 166.55 33.36 -
System Red Green Blue C M Y K H S L
Decimal 15 202 216 0.93 0.06 0 0.15 184.18 0.87 0.45
Hex F CA D8 5D 6 0 F B8 57 2D
Octal 17 312 330 135 6 0 17 270 127 55
Binary 1111 11001010 11011000 1011101 110 0 1111 10111000 1010111 101101

Color Harmonies of #0FCAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAD8

Black with #0FCAD8

Text Example


Text Example

White with #0FCAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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