Html Css Color HEX #0DEBEB Bright Turquoise

📋 copy color: '#0DEBEB'

red 13 ◦ green 235 ◦ blue 235

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

Shades of Bright Turquoise #0DEBEB

Tints of Bright Turquoise #0DEBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 2.69%
G = 48.65%
B = 48.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0DEBEB (or 0x0DEBEB) is known color: Bright Turquoise. HEX triplet: 0D, EB and EB. RGB value is (13,235,235). Sum of RGB (Red+Green+Blue) = 13+235+235=483 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.69% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #0DEBEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEBEB is #F21414. Grayscale: #A8A8A8. Windows color (decimal): -15864853 or 15461133. OLE color: 15461133.

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

Color convert

RGB 13 235 235 -
CMYK 0.94 0 0 0.08
HSL 180º 0.9% 0.49% -
HSV(B) 180º 0.94% 0.92% -
XYZ 44.87 65.5 88.88 -
YUV 168.62 165.45 17 -
System Red Green Blue C M Y K H S L
Decimal 13 235 235 0.94 0 0 0.08 180 0.9 0.49
Hex D EB EB 5E 0 0 8 B4 5A 31
Octal 15 353 353 136 0 0 10 264 132 61
Binary 1101 11101011 11101011 1011110 0 0 1000 10110100 1011010 110001

Color Harmonies of #0DEBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEBEB

Black with #0DEBEB

Text Example


Text Example

White with #0DEBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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