Html Css Color HEX #6FE5FC Turquoise Blue

📋 copy color: '#6FE5FC'

red 111 ◦ green 229 ◦ blue 252

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

Shades of Turquoise Blue #6FE5FC

Tints of Turquoise Blue #6FE5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.57%

R = 18.75%
G = 38.68%
B = 42.57%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FE5FC (or 0x6FE5FC) is known color: Turquoise Blue. HEX triplet: 6F, E5 and FC. RGB value is (111,229,252). Sum of RGB (Red+Green+Blue) = 111+229+252=592 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.75% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FE5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE5FC is #901A03. Grayscale: #C4C4C4. Windows color (decimal): -9443844 or 16573807. OLE color: 16573807.

HSL color Cylindrical-coordinate representation of color #6FE5FC: hue angle of 189.79º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FE5FC is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 229 252 -
CMYK 0.56 0.09 0 0.01
HSL 189.79º 0.96% 0.71% -
HSV(B) 189.79º 0.56% 0.99% -
XYZ 52.15 66.45 102.17 -
YUV 196.34 159.41 67.13 -
System Red Green Blue C M Y K H S L
Decimal 111 229 252 0.56 0.09 0 0.01 189.79 0.96 0.71
Hex 6F E5 FC 38 9 0 1 BE 60 47
Octal 157 345 374 70 11 0 1 276 140 107
Binary 1101111 11100101 11111100 111000 1001 0 1 10111110 1100000 1000111

Color Harmonies of #6FE5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE5FC

Black with #6FE5FC

Text Example


Text Example

White with #6FE5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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