#0DFCDE

Color #0DFCDE Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #0DFCDE

Tints of Bright Turquoise #0DFCDE

Color information

#0DFCDE (or 0x0DFCDE) is unknown color: approx Bright Turquoise. HEX triplet: 0D, FC and DE. RGB value is (13,252,222). Sum of RGB (Red+Green+Blue) = 13+252+222=487 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.67% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #0DFCDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFCDE is #F20321. Grayscale: #B1B1B1. Windows color (decimal): -15860514 or 14613517. OLE color: 14613517.

HSL color Cylindrical-coordinate representation of color #0DFCDE: hue angle of 172.47º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFCDE is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB13252222-
CMYK0.9500.120.01
HSL172.47º97.55%51.96%-
HSV(B)172.47º94.84%98.82%-
XYZ48.1674.9881.04-
YUV177.12153.3210.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.67%
GREEN value IS 252 (98.83% from 255) = 51.75%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=2.67%
G=51.75%
B=45.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal132522220.9500.120.01172.4797.5551.96
HexDFCDE5F0C1ac6234
Octal15374336137014125414264
Binary110111111100110111101011111011001101011001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DFCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DFCDE;
 }
 .AnyTagClassName
 {
   color: #0DFCDE;
 }
</style>
background-color css

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

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

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

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

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

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