Html Css Color HEX #0DF5CC Bright Turquoise

📋 copy color: '#0DF5CC'

red 13 ◦ green 245 ◦ blue 204

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

Shades of Bright Turquoise #0DF5CC

Tints of Bright Turquoise #0DF5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.03%

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 2.81%
G = 53.03%
B = 44.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#0DF5CC (or 0x0DF5CC) is known color: Bright Turquoise. HEX triplet: 0D, F5 and CC. RGB value is (13,245,204). Sum of RGB (Red+Green+Blue) = 13+245+204=462 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.81% from 462); Green value is 245 (96.09% from 255 or 53.03% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 245 - color contains mainly: green. Hex color #0DF5CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF5CC is #F20A33. Grayscale: #AAAAAA. Windows color (decimal): -15862324 or 13432077. OLE color: 13432077.

HSL color Cylindrical-coordinate representation of color #0DF5CC: hue angle of 169.4º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF5CC is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 13 245 204 -
CMYK 0.95 0 0.17 0.04
HSL 169.4º 0.92% 0.51% -
HSV(B) 169.4º 0.95% 0.96% -
XYZ 43.72 69.75 68.29 -
YUV 170.96 146.64 15.33 -
System Red Green Blue C M Y K H S L
Decimal 13 245 204 0.95 0 0.17 0.04 169.4 0.92 0.51
Hex D F5 CC 5F 0 11 4 A9 5C 33
Octal 15 365 314 137 0 21 4 251 134 63
Binary 1101 11110101 11001100 1011111 0 10001 100 10101001 1011100 110011

Color Harmonies of #0DF5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF5CC

Black with #0DF5CC

Text Example


Text Example

White with #0DF5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,245,204); }

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

background-color css

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

 a { background-color: rgb(13,245,204); }

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

border-color css

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

 span { border-color: rgb(13,245,204); }

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