Html Css Color HEX #0DDEDA Bright Turquoise

📋 copy color: '#0DDEDA'

red 13 ◦ green 222 ◦ blue 218

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

Shades of Bright Turquoise #0DDEDA

Tints of Bright Turquoise #0DDEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 2.87%
G = 49.01%
B = 48.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#0DDEDA (or 0x0DDEDA) is known color: Bright Turquoise. HEX triplet: 0D, DE and DA. RGB value is (13,222,218). Sum of RGB (Red+Green+Blue) = 13+222+218=453 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.87% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDEDA is #F22125. Grayscale: #9E9E9E. Windows color (decimal): -15868198 or 14343693. OLE color: 14343693.

HSL color Cylindrical-coordinate representation of color #0DDEDA: hue angle of 178.85º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDEDA is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 222 218 -
CMYK 0.94 0 0.02 0.13
HSL 178.85º 0.89% 0.46% -
HSV(B) 178.85º 0.94% 0.87% -
XYZ 38.94 57.39 75.35 -
YUV 159.05 161.26 23.83 -
System Red Green Blue C M Y K H S L
Decimal 13 222 218 0.94 0 0.02 0.13 178.85 0.89 0.46
Hex D DE DA 5E 0 2 D B3 59 2E
Octal 15 336 332 136 0 2 15 263 131 56
Binary 1101 11011110 11011010 1011110 0 10 1101 10110011 1011001 101110

Color Harmonies of #0DDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDEDA

Black with #0DDEDA

Text Example


Text Example

White with #0DDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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