Html Css Color HEX #06FBDD Bright Turquoise

📋 copy color: '#06FBDD'

red 6 ◦ green 251 ◦ blue 221

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

Shades of Bright Turquoise #06FBDD

Tints of Bright Turquoise #06FBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 52.51%

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 1.26%
G = 52.51%
B = 46.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#06FBDD (or 0x06FBDD) is known color: Bright Turquoise. HEX triplet: 06, FB and DD. RGB value is (6,251,221). Sum of RGB (Red+Green+Blue) = 6+251+221=478 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.26% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #06FBDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FBDD is #F90422. Grayscale: #AEAEAE. Windows color (decimal): -16319523 or 14547718. OLE color: 14547718.

HSL color Cylindrical-coordinate representation of color #06FBDD: hue angle of 172.65º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FBDD is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 251 221 -
CMYK 0.98 0 0.12 0.02
HSL 172.65º 0.97% 0.5% -
HSV(B) 172.65º 0.98% 0.98% -
XYZ 47.62 74.25 80.23 -
YUV 174.33 154.33 7.94 -
System Red Green Blue C M Y K H S L
Decimal 6 251 221 0.98 0 0.12 0.02 172.65 0.97 0.5
Hex 6 FB DD 62 0 C 2 AD 61 32
Octal 6 373 335 142 0 14 2 255 141 62
Binary 110 11111011 11011101 1100010 0 1100 10 10101101 1100001 110010

Color Harmonies of #06FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FBDD

Black with #06FBDD

Text Example


Text Example

White with #06FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,251,221); }

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

background-color css

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

 a { background-color: rgb(6,251,221); }

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

border-color css

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

 span { border-color: rgb(6,251,221); }

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