Html Css Color HEX #0DDEDF Bright Turquoise

📋 copy color: '#0DDEDF'

red 13 ◦ green 222 ◦ blue 223

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

Shades of Bright Turquoise #0DDEDF

Tints of Bright Turquoise #0DDEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 2.84%
G = 48.47%
B = 48.69%

CMYK

 C value IS 0.94

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0DDEDF (or 0x0DDEDF) is known color: Bright Turquoise. HEX triplet: 0D, DE and DF. RGB value is (13,222,223). Sum of RGB (Red+Green+Blue) = 13+222+223=458 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DDEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDEDF is #F22120. Grayscale: #9F9F9F. Windows color (decimal): -15868193 or 14671373. OLE color: 14671373.

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

Color convert

RGB 13 222 223 -
CMYK 0.94 0.00 0 0.13
HSL 180.29º 0.89% 0.46% -
HSV(B) 180.29º 0.94% 0.87% -
XYZ 39.61 57.66 78.85 -
YUV 159.62 163.76 23.42 -
System Red Green Blue C M Y K H S L
Decimal 13 222 223 0.94 0.00 0 0.13 180.29 0.89 0.46
Hex D DE DF 5E 0 0 D B4 59 2E
Octal 15 336 337 136 0 0 15 264 131 56
Binary 1101 11011110 11011111 1011110 0 0 1101 10110100 1011001 101110

Color Harmonies of #0DDEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDEDF

Black with #0DDEDF

Text Example


Text Example

White with #0DDEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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