Html Css Color HEX #0DDBEB Bright Turquoise

📋 copy color: '#0DDBEB'

red 13 ◦ green 219 ◦ blue 235

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

Shades of Bright Turquoise #0DDBEB

Tints of Bright Turquoise #0DDBEB

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0DDBEB (or 0x0DDBEB) is known color: Bright Turquoise. HEX triplet: 0D, DB and EB. RGB value is (13,219,235). Sum of RGB (Red+Green+Blue) = 13+219+235=467 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.78% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DDBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDBEB is #F22414. Grayscale: #9E9E9E. Windows color (decimal): -15868949 or 15457037. OLE color: 15457037.

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

Color convert

RGB 13 219 235 -
CMYK 0.94 0.07 0 0.08
HSL 184.32º 0.9% 0.49% -
HSV(B) 184.32º 0.94% 0.92% -
XYZ 40.49 56.75 87.42 -
YUV 159.23 170.75 23.7 -
System Red Green Blue C M Y K H S L
Decimal 13 219 235 0.94 0.07 0 0.08 184.32 0.9 0.49
Hex D DB EB 5E 7 0 8 B8 5A 31
Octal 15 333 353 136 7 0 10 270 132 61
Binary 1101 11011011 11101011 1011110 111 0 1000 10111000 1011010 110001

Color Harmonies of #0DDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDBEB

Black with #0DDBEB

Text Example


Text Example

White with #0DDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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