Html Css Color HEX #6AEAF6 Turquoise Blue

📋 copy color: '#6AEAF6'

red 106 ◦ green 234 ◦ blue 246

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

Shades of Turquoise Blue #6AEAF6

Tints of Turquoise Blue #6AEAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.98%

R = 18.09%
G = 39.93%
B = 41.98%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6AEAF6 (or 0x6AEAF6) is known color: Turquoise Blue. HEX triplet: 6A, EA and F6. RGB value is (106,234,246). Sum of RGB (Red+Green+Blue) = 106+234+246=586 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.09% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #6AEAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEAF6 is #951509. Grayscale: #C4C4C4. Windows color (decimal): -9770250 or 16181866. OLE color: 16181866.

HSL color Cylindrical-coordinate representation of color #6AEAF6: hue angle of 185.14º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AEAF6 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 106 234 246 -
CMYK 0.57 0.05 0 0.04
HSL 185.14º 0.89% 0.69% -
HSV(B) 185.14º 0.57% 0.96% -
XYZ 52 68.56 97.68 -
YUV 197.1 155.59 63.02 -
System Red Green Blue C M Y K H S L
Decimal 106 234 246 0.57 0.05 0 0.04 185.14 0.89 0.69
Hex 6A EA F6 39 5 0 4 B9 59 45
Octal 152 352 366 71 5 0 4 271 131 105
Binary 1101010 11101010 11110110 111001 101 0 100 10111001 1011001 1000101

Color Harmonies of #6AEAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEAF6

Black with #6AEAF6

Text Example


Text Example

White with #6AEAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,234,246); }

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

background-color css

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

 a { background-color: rgb(106,234,246); }

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

border-color css

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

 span { border-color: rgb(106,234,246); }

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