Html Css Color HEX #6FE5FA Turquoise Blue

📋 copy color: '#6FE5FA'

red 111 ◦ green 229 ◦ blue 250

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

Shades of Turquoise Blue #6FE5FA

Tints of Turquoise Blue #6FE5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.81%

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

R = 18.81%
G = 38.81%
B = 42.37%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6FE5FA (or 0x6FE5FA) is known color: Turquoise Blue. HEX triplet: 6F, E5 and FA. RGB value is (111,229,250). Sum of RGB (Red+Green+Blue) = 111+229+250=590 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.81% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FE5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE5FA is #901A05. Grayscale: #C3C3C3. Windows color (decimal): -9443846 or 16442735. OLE color: 16442735.

HSL color Cylindrical-coordinate representation of color #6FE5FA: hue angle of 189.06º 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 #6FE5FA is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 229 250 -
CMYK 0.56 0.08 0 0.02
HSL 189.06º 0.93% 0.71% -
HSV(B) 189.06º 0.56% 0.98% -
XYZ 51.83 66.32 100.51 -
YUV 196.11 158.41 67.29 -
System Red Green Blue C M Y K H S L
Decimal 111 229 250 0.56 0.08 0 0.02 189.06 0.93 0.71
Hex 6F E5 FA 38 8 0 2 BD 5D 47
Octal 157 345 372 70 10 0 2 275 135 107
Binary 1101111 11100101 11111010 111000 1000 0 10 10111101 1011101 1000111

Color Harmonies of #6FE5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE5FA

Black with #6FE5FA

Text Example


Text Example

White with #6FE5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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