Html Css Color HEX #0AEBCD Bright Turquoise

📋 copy color: '#0AEBCD'

red 10 ◦ green 235 ◦ blue 205

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

Shades of Bright Turquoise #0AEBCD

Tints of Bright Turquoise #0AEBCD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.22%

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 2.22%
G = 52.22%
B = 45.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#0AEBCD (or 0x0AEBCD) is known color: Bright Turquoise. HEX triplet: 0A, EB and CD. RGB value is (10,235,205). Sum of RGB (Red+Green+Blue) = 10+235+205=450 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 450); Green value is 235 (92.19% from 255 or 52.22% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEBCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEBCD is #F51432. Grayscale: #A4A4A4. Windows color (decimal): -16061491 or 13495050. OLE color: 13495050.

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

Color convert

RGB 10 235 205 -
CMYK 0.96 0 0.13 0.08
HSL 172º 0.92% 0.48% -
HSV(B) 172º 0.96% 0.92% -
XYZ 40.85 63.89 67.94 -
YUV 164.31 150.96 17.94 -
System Red Green Blue C M Y K H S L
Decimal 10 235 205 0.96 0 0.13 0.08 172 0.92 0.48
Hex A EB CD 60 0 D 8 AC 5C 30
Octal 12 353 315 140 0 15 10 254 134 60
Binary 1010 11101011 11001101 1100000 0 1101 1000 10101100 1011100 110000

Color Harmonies of #0AEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEBCD

Black with #0AEBCD

Text Example


Text Example

White with #0AEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,235,205); }

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

background-color css

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

 a { background-color: rgb(10,235,205); }

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

border-color css

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

 span { border-color: rgb(10,235,205); }

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