Html Css Color HEX #06EFEC Bright Turquoise

📋 copy color: '#06EFEC'

red 6 ◦ green 239 ◦ blue 236

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

Shades of Bright Turquoise #06EFEC

Tints of Bright Turquoise #06EFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.69%

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 1.25%
G = 49.69%
B = 49.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#06EFEC (or 0x06EFEC) is known color: Bright Turquoise. HEX triplet: 06, EF and EC. RGB value is (6,239,236). Sum of RGB (Red+Green+Blue) = 6+239+236=481 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #06EFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EFEC is #F91013. Grayscale: #A8A8A8. Windows color (decimal): -16322580 or 15527686. OLE color: 15527686.

HSL color Cylindrical-coordinate representation of color #06EFEC: hue angle of 179.23º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EFEC is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 239 236 -
CMYK 0.97 0 0.01 0.06
HSL 179.23º 0.95% 0.48% -
HSV(B) 179.23º 0.97% 0.94% -
XYZ 46.08 67.83 90.02 -
YUV 168.99 165.81 11.74 -
System Red Green Blue C M Y K H S L
Decimal 6 239 236 0.97 0 0.01 0.06 179.23 0.95 0.48
Hex 6 EF EC 61 0 1 6 B3 5F 30
Octal 6 357 354 141 0 1 6 263 137 60
Binary 110 11101111 11101100 1100001 0 1 110 10110011 1011111 110000

Color Harmonies of #06EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EFEC

Black with #06EFEC

Text Example


Text Example

White with #06EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,239,236); }

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

background-color css

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

 a { background-color: rgb(6,239,236); }

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

border-color css

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

 span { border-color: rgb(6,239,236); }

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