Html Css Color HEX #0DEBDB Bright Turquoise

📋 copy color: '#0DEBDB'

red 13 ◦ green 235 ◦ blue 219

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

Shades of Bright Turquoise #0DEBDB

Tints of Bright Turquoise #0DEBDB

RGB

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

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

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

R = 2.78%
G = 50.32%
B = 46.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#0DEBDB (or 0x0DEBDB) is known color: Bright Turquoise. HEX triplet: 0D, EB and DB. RGB value is (13,235,219). Sum of RGB (Red+Green+Blue) = 13+235+219=467 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.78% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #0DEBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEBDB is #F21424. Grayscale: #A6A6A6. Windows color (decimal): -15864869 or 14412557. OLE color: 14412557.

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

Color convert

RGB 13 235 219 -
CMYK 0.94 0 0.07 0.08
HSL 175.68º 0.9% 0.49% -
HSV(B) 175.68º 0.94% 0.92% -
XYZ 42.66 64.62 77.24 -
YUV 166.8 157.45 18.3 -
System Red Green Blue C M Y K H S L
Decimal 13 235 219 0.94 0 0.07 0.08 175.68 0.9 0.49
Hex D EB DB 5E 0 7 8 B0 5A 31
Octal 15 353 333 136 0 7 10 260 132 61
Binary 1101 11101011 11011011 1011110 0 111 1000 10110000 1011010 110001

Color Harmonies of #0DEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEBDB

Black with #0DEBDB

Text Example


Text Example

White with #0DEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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