Html Css Color HEX #6AEFE2 Turquoise Blue

📋 copy color: '#6AEFE2'

red 106 ◦ green 239 ◦ blue 226

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

Shades of Turquoise Blue #6AEFE2

Tints of Turquoise Blue #6AEFE2

RGB

 RED value IS 106 (41.8% from 255) = 18.56%

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

 BLUE value IS 226 (88.67% from 255) = 39.58%

R = 18.56%
G = 41.86%
B = 39.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#6AEFE2 (or 0x6AEFE2) is known color: Turquoise Blue. HEX triplet: 6A, EF and E2. RGB value is (106,239,226). Sum of RGB (Red+Green+Blue) = 106+239+226=571 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.56% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFE2 is #95101D. Grayscale: #C5C5C5. Windows color (decimal): -9768990 or 14872426. OLE color: 14872426.

HSL color Cylindrical-coordinate representation of color #6AEFE2: hue angle of 174.14º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEFE2 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 239 226 -
CMYK 0.56 0 0.05 0.06
HSL 174.14º 0.81% 0.68% -
HSV(B) 174.14º 0.56% 0.94% -
XYZ 50.54 70.29 82.85 -
YUV 197.75 143.94 62.56 -
System Red Green Blue C M Y K H S L
Decimal 106 239 226 0.56 0 0.05 0.06 174.14 0.81 0.68
Hex 6A EF E2 38 0 5 6 AE 51 44
Octal 152 357 342 70 0 5 6 256 121 104
Binary 1101010 11101111 11100010 111000 0 101 110 10101110 1010001 1000100

Color Harmonies of #6AEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEFE2

Black with #6AEFE2

Text Example


Text Example

White with #6AEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AEFE2; }

 p { color: rgb(106,239,226); }

 H1.HeaderClassName
 {
   color: #6AEFE2;
 }
 .AnyTagClassName
 {
   color: #6AEFE2;
 }
</style>

background-color css

<style>
 a { background-color: #6AEFE2; }

 a { background-color: rgb(106,239,226); }

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

border-color css

<style>
 span { border-color: #6AEFE2; }

 span { border-color: rgb(106,239,226); }

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