Html Css Color HEX #0ACFE0 Dark Turquoise

📋 copy color: '#0ACFE0'

red 10 ◦ green 207 ◦ blue 224

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

Shades of Dark Turquoise #0ACFE0

Tints of Dark Turquoise #0ACFE0

RGB

 RED value IS 10 (4.3% from 255) = 2.27%

 GREEN value IS 207 (81.25% from 255) = 46.94%

 BLUE value IS 224 (87.89% from 255) = 50.79%

R = 2.27%
G = 46.94%
B = 50.79%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0ACFE0 (or 0x0ACFE0) is known color: Dark Turquoise. HEX triplet: 0A, CF and E0. RGB value is (10,207,224). Sum of RGB (Red+Green+Blue) = 10+207+224=441 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #0ACFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACFE0 is #F5301F. Grayscale: #959595. Windows color (decimal): -16068640 or 14733066. OLE color: 14733066.

HSL color Cylindrical-coordinate representation of color #0ACFE0: hue angle of 184.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACFE0 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 207 224 -
CMYK 0.96 0.08 0 0.12
HSL 184.77º 0.91% 0.46% -
HSV(B) 184.77º 0.96% 0.88% -
XYZ 35.89 50.07 78.29 -
YUV 150.04 169.73 28.12 -
System Red Green Blue C M Y K H S L
Decimal 10 207 224 0.96 0.08 0 0.12 184.77 0.91 0.46
Hex A CF E0 60 8 0 C B9 5B 2E
Octal 12 317 340 140 10 0 14 271 133 56
Binary 1010 11001111 11100000 1100000 1000 0 1100 10111001 1011011 101110

Color Harmonies of #0ACFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACFE0

Black with #0ACFE0

Text Example


Text Example

White with #0ACFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,207,224); }

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

background-color css

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

 a { background-color: rgb(10,207,224); }

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

border-color css

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

 span { border-color: rgb(10,207,224); }

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