Html Css Color HEX #0DEBBA Bright Turquoise

📋 copy color: '#0DEBBA'

red 13 ◦ green 235 ◦ blue 186

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

Shades of Bright Turquoise #0DEBBA

Tints of Bright Turquoise #0DEBBA

RGB

 RED value IS 13 (5.47% from 255) = 3%

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

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 3%
G = 54.15%
B = 42.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#0DEBBA (or 0x0DEBBA) is known color: Bright Turquoise. HEX triplet: 0D, EB and BA. RGB value is (13,235,186). Sum of RGB (Red+Green+Blue) = 13+235+186=434 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 434); Green value is 235 (92.19% from 255 or 54.15% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 235 - color contains mainly: green. Hex color #0DEBBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEBBA is #F21445. Grayscale: #A3A3A3. Windows color (decimal): -15864902 or 12249869. OLE color: 12249869.

HSL color Cylindrical-coordinate representation of color #0DEBBA: hue angle of 166.76º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEBBA is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 235 186 -
CMYK 0.94 0 0.21 0.08
HSL 166.76º 0.9% 0.49% -
HSV(B) 166.76º 0.94% 0.92% -
XYZ 38.74 63.05 56.58 -
YUV 163.04 140.95 20.98 -
System Red Green Blue C M Y K H S L
Decimal 13 235 186 0.94 0 0.21 0.08 166.76 0.9 0.49
Hex D EB BA 5E 0 15 8 A7 5A 31
Octal 15 353 272 136 0 25 10 247 132 61
Binary 1101 11101011 10111010 1011110 0 10101 1000 10100111 1011010 110001

Color Harmonies of #0DEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEBBA

Black with #0DEBBA

Text Example


Text Example

White with #0DEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,235,186); }

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

background-color css

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

 a { background-color: rgb(13,235,186); }

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

border-color css

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

 span { border-color: rgb(13,235,186); }

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