Html Css Color HEX #06EFDB Bright Turquoise

📋 copy color: '#06EFDB'

red 6 ◦ green 239 ◦ blue 219

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

Shades of Bright Turquoise #06EFDB

Tints of Bright Turquoise #06EFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 1.29%
G = 51.51%
B = 47.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#06EFDB (or 0x06EFDB) is known color: Bright Turquoise. HEX triplet: 06, EF and DB. RGB value is (6,239,219). Sum of RGB (Red+Green+Blue) = 6+239+219=464 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #06EFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EFDB is #F91024. Grayscale: #A6A6A6. Windows color (decimal): -16322597 or 14413574. OLE color: 14413574.

HSL color Cylindrical-coordinate representation of color #06EFDB: hue angle of 174.85º 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 #06EFDB is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 239 219 -
CMYK 0.97 0 0.08 0.06
HSL 174.85º 0.95% 0.48% -
HSV(B) 174.85º 0.97% 0.94% -
XYZ 43.73 66.89 77.62 -
YUV 167.05 157.31 13.13 -
System Red Green Blue C M Y K H S L
Decimal 6 239 219 0.97 0 0.08 0.06 174.85 0.95 0.48
Hex 6 EF DB 61 0 8 6 AF 5F 30
Octal 6 357 333 141 0 10 6 257 137 60
Binary 110 11101111 11011011 1100001 0 1000 110 10101111 1011111 110000

Color Harmonies of #06EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EFDB

Black with #06EFDB

Text Example


Text Example

White with #06EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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