Html Css Color HEX #06EEF1 Bright Turquoise

📋 copy color: '#06EEF1'

red 6 ◦ green 238 ◦ blue 241

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

Shades of Bright Turquoise #06EEF1

Tints of Bright Turquoise #06EEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.69%

R = 1.24%
G = 49.07%
B = 49.69%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#06EEF1 (or 0x06EEF1) is known color: Bright Turquoise. HEX triplet: 06, EE and F1. RGB value is (6,238,241). Sum of RGB (Red+Green+Blue) = 6+238+241=485 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.24% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #06EEF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EEF1 is #F9110E. Grayscale: #A8A8A8. Windows color (decimal): -16322831 or 15855110. OLE color: 15855110.

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

Color convert

RGB 6 238 241 -
CMYK 0.98 0.01 0 0.05
HSL 180.77º 0.95% 0.48% -
HSV(B) 180.77º 0.98% 0.95% -
XYZ 46.53 67.54 93.8 -
YUV 168.97 168.64 11.76 -
System Red Green Blue C M Y K H S L
Decimal 6 238 241 0.98 0.01 0 0.05 180.77 0.95 0.48
Hex 6 EE F1 62 1 0 5 B5 5F 30
Octal 6 356 361 142 1 0 5 265 137 60
Binary 110 11101110 11110001 1100010 1 0 101 10110101 1011111 110000

Color Harmonies of #06EEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EEF1

Black with #06EEF1

Text Example


Text Example

White with #06EEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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