Html Css Color HEX #0AE5CF Bright Turquoise

📋 copy color: '#0AE5CF'

red 10 ◦ green 229 ◦ blue 207

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

Shades of Bright Turquoise #0AE5CF

Tints of Bright Turquoise #0AE5CF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.35%

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 2.24%
G = 51.35%
B = 46.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#0AE5CF (or 0x0AE5CF) is known color: Bright Turquoise. HEX triplet: 0A, E5 and CF. RGB value is (10,229,207). Sum of RGB (Red+Green+Blue) = 10+229+207=446 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #0AE5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE5CF is #F51A30. Grayscale: #A0A0A0. Windows color (decimal): -16063025 or 13624586. OLE color: 13624586.

HSL color Cylindrical-coordinate representation of color #0AE5CF: hue angle of 173.97º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE5CF is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 10 229 207 -
CMYK 0.96 0 0.10 0.10
HSL 173.97º 0.92% 0.47% -
HSV(B) 173.97º 0.96% 0.9% -
XYZ 39.41 60.61 68.65 -
YUV 161.01 153.95 20.29 -
System Red Green Blue C M Y K H S L
Decimal 10 229 207 0.96 0 0.10 0.10 173.97 0.92 0.47
Hex A E5 CF 60 0 A A AE 5C 2F
Octal 12 345 317 140 0 12 12 256 134 57
Binary 1010 11100101 11001111 1100000 0 1010 1010 10101110 1011100 101111

Color Harmonies of #0AE5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE5CF

Black with #0AE5CF

Text Example


Text Example

White with #0AE5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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