Html Css Color HEX #6FE3FA Turquoise Blue

📋 copy color: '#6FE3FA'

red 111 ◦ green 227 ◦ blue 250

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

Shades of Turquoise Blue #6FE3FA

Tints of Turquoise Blue #6FE3FA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.61%

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

R = 18.88%
G = 38.61%
B = 42.52%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6FE3FA (or 0x6FE3FA) is known color: Turquoise Blue. HEX triplet: 6F, E3 and FA. RGB value is (111,227,250). Sum of RGB (Red+Green+Blue) = 111+227+250=588 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.88% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FE3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE3FA is #901C05. Grayscale: #C2C2C2. Windows color (decimal): -9444358 or 16442223. OLE color: 16442223.

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

Color convert

RGB 111 227 250 -
CMYK 0.56 0.09 0 0.02
HSL 189.93º 0.93% 0.71% -
HSV(B) 189.93º 0.56% 0.98% -
XYZ 51.28 65.22 100.33 -
YUV 194.94 159.07 68.13 -
System Red Green Blue C M Y K H S L
Decimal 111 227 250 0.56 0.09 0 0.02 189.93 0.93 0.71
Hex 6F E3 FA 38 9 0 2 BE 5D 47
Octal 157 343 372 70 11 0 2 276 135 107
Binary 1101111 11100011 11111010 111000 1001 0 10 10111110 1011101 1000111

Color Harmonies of #6FE3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE3FA

Black with #6FE3FA

Text Example


Text Example

White with #6FE3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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