Html Css Color HEX #0FCAD1 Dark Turquoise

📋 copy color: '#0FCAD1'

red 15 ◦ green 202 ◦ blue 209

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

Shades of Dark Turquoise #0FCAD1

Tints of Dark Turquoise #0FCAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.06%

R = 3.52%
G = 47.42%
B = 49.06%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0FCAD1 (or 0x0FCAD1) is known color: Dark Turquoise. HEX triplet: 0F, CA and D1. RGB value is (15,202,209). Sum of RGB (Red+Green+Blue) = 15+202+209=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #0FCAD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCAD1 is #F0352E. Grayscale: #929292. Windows color (decimal): -15742255 or 13748751. OLE color: 13748751.

HSL color Cylindrical-coordinate representation of color #0FCAD1: hue angle of 182.16º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCAD1 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 202 209 -
CMYK 0.93 0.03 0 0.18
HSL 182.16º 0.87% 0.44% -
HSV(B) 182.16º 0.93% 0.82% -
XYZ 32.83 46.95 67.65 -
YUV 146.89 163.05 33.93 -
System Red Green Blue C M Y K H S L
Decimal 15 202 209 0.93 0.03 0 0.18 182.16 0.87 0.44
Hex F CA D1 5D 3 0 12 B6 57 2C
Octal 17 312 321 135 3 0 22 266 127 54
Binary 1111 11001010 11010001 1011101 11 0 10010 10110110 1010111 101100

Color Harmonies of #0FCAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAD1

Black with #0FCAD1

Text Example


Text Example

White with #0FCAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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