Html Css Color HEX #6FE2FA Turquoise Blue

📋 copy color: '#6FE2FA'

red 111 ◦ green 226 ◦ blue 250

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

Shades of Turquoise Blue #6FE2FA

Tints of Turquoise Blue #6FE2FA

RGB

 RED value IS 111 (43.75% from 255) = 18.91%

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

 BLUE value IS 250 (98.05% from 255) = 42.59%

R = 18.91%
G = 38.5%
B = 42.59%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6FE2FA (or 0x6FE2FA) is known color: Turquoise Blue. HEX triplet: 6F, E2 and FA. RGB value is (111,226,250). Sum of RGB (Red+Green+Blue) = 111+226+250=587 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.91% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FE2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE2FA is #901D05. Grayscale: #C2C2C2. Windows color (decimal): -9444614 or 16441967. OLE color: 16441967.

HSL color Cylindrical-coordinate representation of color #6FE2FA: hue angle of 190.36º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FE2FA is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 226 250 -
CMYK 0.56 0.10 0 0.02
HSL 190.36º 0.93% 0.71% -
HSV(B) 190.36º 0.56% 0.98% -
XYZ 51.01 64.67 100.24 -
YUV 194.35 159.4 68.55 -
System Red Green Blue C M Y K H S L
Decimal 111 226 250 0.56 0.10 0 0.02 190.36 0.93 0.71
Hex 6F E2 FA 38 A 0 2 BE 5D 47
Octal 157 342 372 70 12 0 2 276 135 107
Binary 1101111 11100010 11111010 111000 1010 0 10 10111110 1011101 1000111

Color Harmonies of #6FE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE2FA

Black with #6FE2FA

Text Example


Text Example

White with #6FE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,226,250); }

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

background-color css

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

 a { background-color: rgb(111,226,250); }

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

border-color css

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

 span { border-color: rgb(111,226,250); }

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