Html Css Color HEX #06E2F2 Bright Turquoise

📋 copy color: '#06E2F2'

red 6 ◦ green 226 ◦ blue 242

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

Shades of Bright Turquoise #06E2F2

Tints of Bright Turquoise #06E2F2

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.68%

 BLUE value IS 242 (94.92% from 255) = 51.05%

R = 1.27%
G = 47.68%
B = 51.05%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#06E2F2 (or 0x06E2F2) is known color: Bright Turquoise. HEX triplet: 06, E2 and F2. RGB value is (6,226,242). Sum of RGB (Red+Green+Blue) = 6+226+242=474 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.27% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #06E2F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06E2F2 is #F91D0D. Grayscale: #A1A1A1. Windows color (decimal): -16325902 or 15917574. OLE color: 15917574.

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

Color convert

RGB 6 226 242 -
CMYK 0.98 0.07 0 0.05
HSL 184.07º 0.95% 0.49% -
HSV(B) 184.07º 0.98% 0.95% -
XYZ 43.3 60.84 93.47 -
YUV 162.04 173.11 16.7 -
System Red Green Blue C M Y K H S L
Decimal 6 226 242 0.98 0.07 0 0.05 184.07 0.95 0.49
Hex 6 E2 F2 62 7 0 5 B8 5F 31
Octal 6 342 362 142 7 0 5 270 137 61
Binary 110 11100010 11110010 1100010 111 0 101 10111000 1011111 110001

Color Harmonies of #06E2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E2F2

Black with #06E2F2

Text Example


Text Example

White with #06E2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,226,242); }

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

background-color css

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

 a { background-color: rgb(6,226,242); }

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

border-color css

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

 span { border-color: rgb(6,226,242); }

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