Html Css Color HEX #0DFFCC Bright Turquoise

📋 copy color: '#0DFFCC'

red 13 ◦ green 255 ◦ blue 204

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

Shades of Bright Turquoise #0DFFCC

Tints of Bright Turquoise #0DFFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 54.03%

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

R = 2.75%
G = 54.03%
B = 43.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#0DFFCC (or 0x0DFFCC) is known color: Bright Turquoise. HEX triplet: 0D, FF and CC. RGB value is (13,255,204). Sum of RGB (Red+Green+Blue) = 13+255+204=472 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.75% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFFCC is #F20033. Grayscale: #B0B0B0. Windows color (decimal): -15859764 or 13434637. OLE color: 13434637.

HSL color Cylindrical-coordinate representation of color #0DFFCC: hue angle of 167.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFFCC is Cyan = 0.95, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 13 255 204 -
CMYK 0.95 0 0.2 0
HSL 167.36º 1% 0.53% -
HSV(B) 167.36º 0.95% 1% -
XYZ 46.83 75.97 69.32 -
YUV 176.83 143.33 11.15 -
System Red Green Blue C M Y K H S L
Decimal 13 255 204 0.95 0 0.2 0 167.36 1 0.53
Hex D FF CC 5F 0 14 0 A7 64 35
Octal 15 377 314 137 0 24 0 247 144 65
Binary 1101 11111111 11001100 1011111 0 10100 0 10100111 1100100 110101

Color Harmonies of #0DFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFFCC

Black with #0DFFCC

Text Example


Text Example

White with #0DFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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