Html Css Color HEX #06FCDA Bright Turquoise

📋 copy color: '#06FCDA'

red 6 ◦ green 252 ◦ blue 218

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

Shades of Bright Turquoise #06FCDA

Tints of Bright Turquoise #06FCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.94%

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 1.26%
G = 52.94%
B = 45.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#06FCDA (or 0x06FCDA) is known color: Bright Turquoise. HEX triplet: 06, FC and DA. RGB value is (6,252,218). Sum of RGB (Red+Green+Blue) = 6+252+218=476 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.26% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #06FCDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FCDA is #F90325. Grayscale: #AEAEAE. Windows color (decimal): -16319270 or 14351366. OLE color: 14351366.

HSL color Cylindrical-coordinate representation of color #06FCDA: hue angle of 171.71º 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 #06FCDA is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 252 218 -
CMYK 0.98 0 0.13 0.01
HSL 171.71º 0.98% 0.51% -
HSV(B) 171.71º 0.98% 0.99% -
XYZ 47.54 74.72 78.25 -
YUV 174.57 152.5 7.76 -
System Red Green Blue C M Y K H S L
Decimal 6 252 218 0.98 0 0.13 0.01 171.71 0.98 0.51
Hex 6 FC DA 62 0 D 1 AC 62 33
Octal 6 374 332 142 0 15 1 254 142 63
Binary 110 11111100 11011010 1100010 0 1101 1 10101100 1100010 110011

Color Harmonies of #06FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FCDA

Black with #06FCDA

Text Example


Text Example

White with #06FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,252,218); }

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

background-color css

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

 a { background-color: rgb(6,252,218); }

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

border-color css

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

 span { border-color: rgb(6,252,218); }

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