Html Css Color HEX #06FDCC Bright Turquoise

📋 copy color: '#06FDCC'

red 6 ◦ green 253 ◦ blue 204

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

Shades of Bright Turquoise #06FDCC

Tints of Bright Turquoise #06FDCC

RGB

 RED value IS 6 (2.73% from 255) = 1.3%

 GREEN value IS 253 (99.22% from 255) = 54.64%

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

R = 1.3%
G = 54.64%
B = 44.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#06FDCC (or 0x06FDCC) is known color: Bright Turquoise. HEX triplet: 06, FD and CC. RGB value is (6,253,204). Sum of RGB (Red+Green+Blue) = 6+253+204=463 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 463); Green value is 253 (99.22% from 255 or 54.64% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 253 - color contains mainly: green. Hex color #06FDCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FDCC is #F90233. Grayscale: #ADADAD. Windows color (decimal): -16319028 or 13434118. OLE color: 13434118.

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

Color convert

RGB 6 253 204 -
CMYK 0.98 0 0.19 0.01
HSL 168.1º 0.98% 0.51% -
HSV(B) 168.1º 0.98% 0.99% -
XYZ 46.1 74.65 69.11 -
YUV 173.56 145.17 8.48 -
System Red Green Blue C M Y K H S L
Decimal 6 253 204 0.98 0 0.19 0.01 168.1 0.98 0.51
Hex 6 FD CC 62 0 13 1 A8 62 33
Octal 6 375 314 142 0 23 1 250 142 63
Binary 110 11111101 11001100 1100010 0 10011 1 10101000 1100010 110011

Color Harmonies of #06FDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FDCC

Black with #06FDCC

Text Example


Text Example

White with #06FDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06FDCC; }

 p { color: rgb(6,253,204); }

 H1.HeaderClassName
 {
   color: #06FDCC;
 }
 .AnyTagClassName
 {
   color: #06FDCC;
 }
</style>

background-color css

<style>
 a { background-color: #06FDCC; }

 a { background-color: rgb(6,253,204); }

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

border-color css

<style>
 span { border-color: #06FDCC; }

 span { border-color: rgb(6,253,204); }

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