Html Css Color HEX #0DDEEE Bright Turquoise

📋 copy color: '#0DDEEE'

red 13 ◦ green 222 ◦ blue 238

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

Shades of Bright Turquoise #0DDEEE

Tints of Bright Turquoise #0DDEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.93%

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 2.75%
G = 46.93%
B = 50.32%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0DDEEE (or 0x0DDEEE) is known color: Bright Turquoise. HEX triplet: 0D, DE and EE. RGB value is (13,222,238). Sum of RGB (Red+Green+Blue) = 13+222+238=473 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.75% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #0DDEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDEEE is #F22111. Grayscale: #A1A1A1. Windows color (decimal): -15868178 or 15654413. OLE color: 15654413.

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

Color convert

RGB 13 222 238 -
CMYK 0.95 0.07 0 0.07
HSL 184.27º 0.9% 0.49% -
HSV(B) 184.27º 0.95% 0.93% -
XYZ 41.72 58.5 89.98 -
YUV 161.33 171.26 22.2 -
System Red Green Blue C M Y K H S L
Decimal 13 222 238 0.95 0.07 0 0.07 184.27 0.9 0.49
Hex D DE EE 5F 7 0 7 B8 5A 31
Octal 15 336 356 137 7 0 7 270 132 61
Binary 1101 11011110 11101110 1011111 111 0 111 10111000 1011010 110001

Color Harmonies of #0DDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDEEE

Black with #0DDEEE

Text Example


Text Example

White with #0DDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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