Html Css Color HEX #6AE8F1 Turquoise Blue

📋 copy color: '#6AE8F1'

red 106 ◦ green 232 ◦ blue 241

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

Shades of Turquoise Blue #6AE8F1

Tints of Turquoise Blue #6AE8F1

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.07%

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

R = 18.31%
G = 40.07%
B = 41.62%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6AE8F1 (or 0x6AE8F1) is known color: Turquoise Blue. HEX triplet: 6A, E8 and F1. RGB value is (106,232,241). Sum of RGB (Red+Green+Blue) = 106+232+241=579 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.31% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #6AE8F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AE8F1 is #95170E. Grayscale: #C3C3C3. Windows color (decimal): -9770767 or 15853674. OLE color: 15853674.

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

Color convert

RGB 106 232 241 -
CMYK 0.56 0.04 0 0.05
HSL 184º 0.83% 0.68% -
HSV(B) 184º 0.56% 0.95% -
XYZ 50.68 67.13 93.51 -
YUV 195.35 153.76 64.27 -
System Red Green Blue C M Y K H S L
Decimal 106 232 241 0.56 0.04 0 0.05 184 0.83 0.68
Hex 6A E8 F1 38 4 0 5 B8 53 44
Octal 152 350 361 70 4 0 5 270 123 104
Binary 1101010 11101000 11110001 111000 100 0 101 10111000 1010011 1000100

Color Harmonies of #6AE8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE8F1

Black with #6AE8F1

Text Example


Text Example

White with #6AE8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,232,241); }

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

background-color css

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

 a { background-color: rgb(106,232,241); }

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

border-color css

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

 span { border-color: rgb(106,232,241); }

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