Html Css Color HEX #0DEEDB Bright Turquoise

📋 copy color: '#0DEEDB'

red 13 ◦ green 238 ◦ blue 219

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

Shades of Bright Turquoise #0DEEDB

Tints of Bright Turquoise #0DEEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.64%

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

R = 2.77%
G = 50.64%
B = 46.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#0DEEDB (or 0x0DEEDB) is known color: Bright Turquoise. HEX triplet: 0D, EE and DB. RGB value is (13,238,219). Sum of RGB (Red+Green+Blue) = 13+238+219=470 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.77% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEEDB is #F21124. Grayscale: #A8A8A8. Windows color (decimal): -15864101 or 14413325. OLE color: 14413325.

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

Color convert

RGB 13 238 219 -
CMYK 0.95 0 0.08 0.07
HSL 174.93º 0.9% 0.49% -
HSV(B) 174.93º 0.95% 0.93% -
XYZ 43.53 66.35 77.53 -
YUV 168.56 156.46 17.04 -
System Red Green Blue C M Y K H S L
Decimal 13 238 219 0.95 0 0.08 0.07 174.93 0.9 0.49
Hex D EE DB 5F 0 8 7 AF 5A 31
Octal 15 356 333 137 0 10 7 257 132 61
Binary 1101 11101110 11011011 1011111 0 1000 111 10101111 1011010 110001

Color Harmonies of #0DEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEEDB

Black with #0DEEDB

Text Example


Text Example

White with #0DEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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