Html Css Color HEX #6FE3F8 Turquoise Blue

📋 copy color: '#6FE3F8'

red 111 ◦ green 227 ◦ blue 248

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

Shades of Turquoise Blue #6FE3F8

Tints of Turquoise Blue #6FE3F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.32%

R = 18.94%
G = 38.74%
B = 42.32%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6FE3F8 (or 0x6FE3F8) is known color: Turquoise Blue. HEX triplet: 6F, E3 and F8. RGB value is (111,227,248). Sum of RGB (Red+Green+Blue) = 111+227+248=586 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.94% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #6FE3F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE3F8 is #901C07. Grayscale: #C2C2C2. Windows color (decimal): -9444360 or 16311151. OLE color: 16311151.

HSL color Cylindrical-coordinate representation of color #6FE3F8: hue angle of 189.2º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FE3F8 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 111 227 248 -
CMYK 0.55 0.08 0 0.03
HSL 189.2º 0.91% 0.7% -
HSV(B) 189.2º 0.55% 0.97% -
XYZ 50.97 65.09 98.69 -
YUV 194.71 158.07 68.29 -
System Red Green Blue C M Y K H S L
Decimal 111 227 248 0.55 0.08 0 0.03 189.2 0.91 0.7
Hex 6F E3 F8 37 8 0 3 BD 5B 46
Octal 157 343 370 67 10 0 3 275 133 106
Binary 1101111 11100011 11111000 110111 1000 0 11 10111101 1011011 1000110

Color Harmonies of #6FE3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE3F8

Black with #6FE3F8

Text Example


Text Example

White with #6FE3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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