Html Css Color HEX #0AEDDF Bright Turquoise

📋 copy color: '#0AEDDF'

red 10 ◦ green 237 ◦ blue 223

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

Shades of Bright Turquoise #0AEDDF

Tints of Bright Turquoise #0AEDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 2.13%
G = 50.43%
B = 47.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#0AEDDF (or 0x0AEDDF) is known color: Bright Turquoise. HEX triplet: 0A, ED and DF. RGB value is (10,237,223). Sum of RGB (Red+Green+Blue) = 10+237+223=470 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.13% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #0AEDDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEDDF is #F51220. Grayscale: #A7A7A7. Windows color (decimal): -16060961 or 14675210. OLE color: 14675210.

HSL color Cylindrical-coordinate representation of color #0AEDDF: hue angle of 176.3º 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 #0AEDDF is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 237 223 -
CMYK 0.96 0 0.06 0.07
HSL 176.3º 0.92% 0.48% -
HSV(B) 176.3º 0.96% 0.93% -
XYZ 43.73 65.96 80.24 -
YUV 167.53 159.29 15.64 -
System Red Green Blue C M Y K H S L
Decimal 10 237 223 0.96 0 0.06 0.07 176.3 0.92 0.48
Hex A ED DF 60 0 6 7 B0 5C 30
Octal 12 355 337 140 0 6 7 260 134 60
Binary 1010 11101101 11011111 1100000 0 110 111 10110000 1011100 110000

Color Harmonies of #0AEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEDDF

Black with #0AEDDF

Text Example


Text Example

White with #0AEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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