Html Css Color HEX #06EADF Bright Turquoise

📋 copy color: '#06EADF'

red 6 ◦ green 234 ◦ blue 223

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

Shades of Bright Turquoise #06EADF

Tints of Bright Turquoise #06EADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.54%

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 1.3%
G = 50.54%
B = 48.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#06EADF (or 0x06EADF) is known color: Bright Turquoise. HEX triplet: 06, EA and DF. RGB value is (6,234,223). Sum of RGB (Red+Green+Blue) = 6+234+223=463 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #06EADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EADF is #F91520. Grayscale: #A4A4A4. Windows color (decimal): -16323873 or 14674438. OLE color: 14674438.

HSL color Cylindrical-coordinate representation of color #06EADF: hue angle of 177.11º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EADF is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 234 223 -
CMYK 0.97 0 0.05 0.08
HSL 177.11º 0.95% 0.47% -
HSV(B) 177.11º 0.97% 0.92% -
XYZ 42.82 64.21 79.95 -
YUV 164.57 160.96 14.89 -
System Red Green Blue C M Y K H S L
Decimal 6 234 223 0.97 0 0.05 0.08 177.11 0.95 0.47
Hex 6 EA DF 61 0 5 8 B1 5F 2F
Octal 6 352 337 141 0 5 10 261 137 57
Binary 110 11101010 11011111 1100001 0 101 1000 10110001 1011111 101111

Color Harmonies of #06EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EADF

Black with #06EADF

Text Example


Text Example

White with #06EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,234,223); }

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

background-color css

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

 a { background-color: rgb(6,234,223); }

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

border-color css

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

 span { border-color: rgb(6,234,223); }

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