Html Css Color HEX #0AEDDB Bright Turquoise

📋 copy color: '#0AEDDB'

red 10 ◦ green 237 ◦ blue 219

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

Shades of Bright Turquoise #0AEDDB

Tints of Bright Turquoise #0AEDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47%

R = 2.15%
G = 50.86%
B = 47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#0AEDDB (or 0x0AEDDB) is known color: Bright Turquoise. HEX triplet: 0A, ED and DB. RGB value is (10,237,219). Sum of RGB (Red+Green+Blue) = 10+237+219=466 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #0AEDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEDDB is #F51224. Grayscale: #A6A6A6. Windows color (decimal): -16060965 or 14413066. OLE color: 14413066.

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

Color convert

RGB 10 237 219 -
CMYK 0.96 0 0.08 0.07
HSL 175.24º 0.92% 0.48% -
HSV(B) 175.24º 0.96% 0.93% -
XYZ 43.2 65.75 77.43 -
YUV 167.08 157.29 15.96 -
System Red Green Blue C M Y K H S L
Decimal 10 237 219 0.96 0 0.08 0.07 175.24 0.92 0.48
Hex A ED DB 60 0 8 7 AF 5C 30
Octal 12 355 333 140 0 10 7 257 134 60
Binary 1010 11101101 11011011 1100000 0 1000 111 10101111 1011100 110000

Color Harmonies of #0AEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEDDB

Black with #0AEDDB

Text Example


Text Example

White with #0AEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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