Html Css Color HEX #0AEDCF Bright Turquoise

📋 copy color: '#0AEDCF'

red 10 ◦ green 237 ◦ blue 207

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

Shades of Bright Turquoise #0AEDCF

Tints of Bright Turquoise #0AEDCF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.2%

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

R = 2.2%
G = 52.2%
B = 45.59%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#0AEDCF (or 0x0AEDCF) is known color: Bright Turquoise. HEX triplet: 0A, ED and CF. RGB value is (10,237,207). Sum of RGB (Red+Green+Blue) = 10+237+207=454 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #0AEDCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEDCF is #F51230. Grayscale: #A5A5A5. Windows color (decimal): -16060977 or 13626634. OLE color: 13626634.

HSL color Cylindrical-coordinate representation of color #0AEDCF: hue angle of 172.07º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEDCF is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 237 207 -
CMYK 0.96 0 0.13 0.07
HSL 172.07º 0.92% 0.48% -
HSV(B) 172.07º 0.96% 0.93% -
XYZ 41.67 65.14 69.41 -
YUV 165.71 151.29 16.94 -
System Red Green Blue C M Y K H S L
Decimal 10 237 207 0.96 0 0.13 0.07 172.07 0.92 0.48
Hex A ED CF 60 0 D 7 AC 5C 30
Octal 12 355 317 140 0 15 7 254 134 60
Binary 1010 11101101 11001111 1100000 0 1101 111 10101100 1011100 110000

Color Harmonies of #0AEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEDCF

Black with #0AEDCF

Text Example


Text Example

White with #0AEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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