Html Css Color HEX #06EEF0 Bright Turquoise

📋 copy color: '#06EEF0'

red 6 ◦ green 238 ◦ blue 240

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

Shades of Bright Turquoise #06EEF0

Tints of Bright Turquoise #06EEF0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.17%

 BLUE value IS 240 (94.14% from 255) = 49.59%

R = 1.24%
G = 49.17%
B = 49.59%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#06EEF0 (or 0x06EEF0) is known color: Bright Turquoise. HEX triplet: 06, EE and F0. RGB value is (6,238,240). Sum of RGB (Red+Green+Blue) = 6+238+240=484 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.24% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #06EEF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EEF0 is #F9110F. Grayscale: #A8A8A8. Windows color (decimal): -16322832 or 15789574. OLE color: 15789574.

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

Color convert

RGB 6 238 240 -
CMYK 0.98 0.01 0 0.06
HSL 180.51º 0.95% 0.48% -
HSV(B) 180.51º 0.98% 0.94% -
XYZ 46.38 67.48 93.02 -
YUV 168.86 168.14 11.84 -
System Red Green Blue C M Y K H S L
Decimal 6 238 240 0.98 0.01 0 0.06 180.51 0.95 0.48
Hex 6 EE F0 62 1 0 6 B5 5F 30
Octal 6 356 360 142 1 0 6 265 137 60
Binary 110 11101110 11110000 1100010 1 0 110 10110101 1011111 110000

Color Harmonies of #06EEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EEF0

Black with #06EEF0

Text Example


Text Example

White with #06EEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,238,240); }

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

background-color css

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

 a { background-color: rgb(6,238,240); }

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

border-color css

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

 span { border-color: rgb(6,238,240); }

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