Html Css Color HEX #0DECDF Bright Turquoise

📋 copy color: '#0DECDF'

red 13 ◦ green 236 ◦ blue 223

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

Shades of Bright Turquoise #0DECDF

Tints of Bright Turquoise #0DECDF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50%

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

R = 2.75%
G = 50%
B = 47.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#0DECDF (or 0x0DECDF) is known color: Bright Turquoise. HEX triplet: 0D, EC and DF. RGB value is (13,236,223). Sum of RGB (Red+Green+Blue) = 13+236+223=472 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.75% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #0DECDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DECDF is #F21320. Grayscale: #A7A7A7. Windows color (decimal): -15864609 or 14674957. OLE color: 14674957.

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

Color convert

RGB 13 236 223 -
CMYK 0.94 0 0.06 0.07
HSL 176.5º 0.9% 0.49% -
HSV(B) 176.5º 0.94% 0.93% -
XYZ 43.48 65.4 80.14 -
YUV 167.84 159.12 17.56 -
System Red Green Blue C M Y K H S L
Decimal 13 236 223 0.94 0 0.06 0.07 176.5 0.9 0.49
Hex D EC DF 5E 0 6 7 B1 5A 31
Octal 15 354 337 136 0 6 7 261 132 61
Binary 1101 11101100 11011111 1011110 0 110 111 10110001 1011010 110001

Color Harmonies of #0DECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DECDF

Black with #0DECDF

Text Example


Text Example

White with #0DECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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