Html Css Color HEX #0DF6CC Bright Turquoise

📋 copy color: '#0DF6CC'

red 13 ◦ green 246 ◦ blue 204

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

Shades of Bright Turquoise #0DF6CC

Tints of Bright Turquoise #0DF6CC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.13%

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

R = 2.81%
G = 53.13%
B = 44.06%

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

#0DF6CC (or 0x0DF6CC) is known color: Bright Turquoise. HEX triplet: 0D, F6 and CC. RGB value is (13,246,204). Sum of RGB (Red+Green+Blue) = 13+246+204=463 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.81% from 463); Green value is 246 (96.48% from 255 or 53.13% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF6CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF6CC is #F20933. Grayscale: #ABABAB. Windows color (decimal): -15862068 or 13432333. OLE color: 13432333.

HSL color Cylindrical-coordinate representation of color #0DF6CC: hue angle of 169.18º degrees, saturation: 0.93, 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 #0DF6CC is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 13 246 204 -
CMYK 0.95 0 0.17 0.04
HSL 169.18º 0.93% 0.51% -
HSV(B) 169.18º 0.95% 0.96% -
XYZ 44.02 70.36 68.39 -
YUV 171.55 146.31 14.92 -
System Red Green Blue C M Y K H S L
Decimal 13 246 204 0.95 0 0.17 0.04 169.18 0.93 0.51
Hex D F6 CC 5F 0 11 4 A9 5D 33
Octal 15 366 314 137 0 21 4 251 135 63
Binary 1101 11110110 11001100 1011111 0 10001 100 10101001 1011101 110011

Color Harmonies of #0DF6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF6CC

Black with #0DF6CC

Text Example


Text Example

White with #0DF6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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