Html Css Color HEX #06FFE7 Bright Turquoise

📋 copy color: '#06FFE7'

red 6 ◦ green 255 ◦ blue 231

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

Shades of Bright Turquoise #06FFE7

Tints of Bright Turquoise #06FFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.95%

R = 1.22%
G = 51.83%
B = 46.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#06FFE7 (or 0x06FFE7) is known color: Bright Turquoise. HEX triplet: 06, FF and E7. RGB value is (6,255,231). Sum of RGB (Red+Green+Blue) = 6+255+231=492 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.22% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFE7 is #F90018. Grayscale: #B1B1B1. Windows color (decimal): -16318489 or 15204102. OLE color: 15204102.

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

Color convert

RGB 6 255 231 -
CMYK 0.98 0 0.09 0
HSL 174.22º 1% 0.51% -
HSV(B) 174.22º 0.98% 1% -
XYZ 50.26 77.33 87.88 -
YUV 177.81 158.01 5.45 -
System Red Green Blue C M Y K H S L
Decimal 6 255 231 0.98 0 0.09 0 174.22 1 0.51
Hex 6 FF E7 62 0 9 0 AE 64 33
Octal 6 377 347 142 0 11 0 256 144 63
Binary 110 11111111 11100111 1100010 0 1001 0 10101110 1100100 110011

Color Harmonies of #06FFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FFE7

Black with #06FFE7

Text Example


Text Example

White with #06FFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,255,231); }

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

background-color css

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

 a { background-color: rgb(6,255,231); }

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

border-color css

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

 span { border-color: rgb(6,255,231); }

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