Html Css Color HEX #0ACFE3 Dark Turquoise

📋 copy color: '#0ACFE3'

red 10 ◦ green 207 ◦ blue 227

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

Shades of Dark Turquoise #0ACFE3

Tints of Dark Turquoise #0ACFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 51.13%

R = 2.25%
G = 46.62%
B = 51.13%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0ACFE3 (or 0x0ACFE3) is known color: Dark Turquoise. HEX triplet: 0A, CF and E3. RGB value is (10,207,227). Sum of RGB (Red+Green+Blue) = 10+207+227=444 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.25% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 227 (89.06% from 255 or 51.13% from 444); Max value from RGB is 227 - color contains mainly: blue. Hex color #0ACFE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACFE3 is #F5301C. Grayscale: #969696. Windows color (decimal): -16068637 or 14929674. OLE color: 14929674.

HSL color Cylindrical-coordinate representation of color #0ACFE3: hue angle of 185.53º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACFE3 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 10 207 227 -
CMYK 0.96 0.09 0 0.11
HSL 185.53º 0.92% 0.46% -
HSV(B) 185.53º 0.96% 0.89% -
XYZ 36.3 50.24 80.46 -
YUV 150.38 171.23 27.87 -
System Red Green Blue C M Y K H S L
Decimal 10 207 227 0.96 0.09 0 0.11 185.53 0.92 0.46
Hex A CF E3 60 9 0 B BA 5C 2E
Octal 12 317 343 140 11 0 13 272 134 56
Binary 1010 11001111 11100011 1100000 1001 0 1011 10111010 1011100 101110

Color Harmonies of #0ACFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACFE3

Black with #0ACFE3

Text Example


Text Example

White with #0ACFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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