Html Css Color HEX #6AE0FE Turquoise Blue

📋 copy color: '#6AE0FE'

red 106 ◦ green 224 ◦ blue 254

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

Shades of Turquoise Blue #6AE0FE

Tints of Turquoise Blue #6AE0FE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.36%

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 18.15%
G = 38.36%
B = 43.49%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6AE0FE (or 0x6AE0FE) is known color: Turquoise Blue. HEX triplet: 6A, E0 and FE. RGB value is (106,224,254). Sum of RGB (Red+Green+Blue) = 106+224+254=584 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.15% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AE0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AE0FE is #951F01. Grayscale: #BFBFBF. Windows color (decimal): -9772802 or 16703594. OLE color: 16703594.

HSL color Cylindrical-coordinate representation of color #6AE0FE: hue angle of 192.16º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AE0FE is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 224 254 -
CMYK 0.58 0.12 0 0.00
HSL 192.16º 0.99% 0.71% -
HSV(B) 192.16º 0.58% 1% -
XYZ 50.49 63.53 103.37 -
YUV 192.14 162.91 66.56 -
System Red Green Blue C M Y K H S L
Decimal 106 224 254 0.58 0.12 0 0.00 192.16 0.99 0.71
Hex 6A E0 FE 3A C 0 0 C0 63 47
Octal 152 340 376 72 14 0 0 300 143 107
Binary 1101010 11100000 11111110 111010 1100 0 0 11000000 1100011 1000111

Color Harmonies of #6AE0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE0FE

Black with #6AE0FE

Text Example


Text Example

White with #6AE0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,224,254); }

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

background-color css

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

 a { background-color: rgb(106,224,254); }

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

border-color css

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

 span { border-color: rgb(106,224,254); }

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