Html Css Color HEX #6FE9F8 Turquoise Blue

📋 copy color: '#6FE9F8'

red 111 ◦ green 233 ◦ blue 248

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

Shades of Turquoise Blue #6FE9F8

Tints of Turquoise Blue #6FE9F8

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.36%

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

R = 18.75%
G = 39.36%
B = 41.89%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6FE9F8 (or 0x6FE9F8) is known color: Turquoise Blue. HEX triplet: 6F, E9 and F8. RGB value is (111,233,248). Sum of RGB (Red+Green+Blue) = 111+233+248=592 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.75% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: blue. Hex color #6FE9F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FE9F8 is #901607. Grayscale: #C6C6C6. Windows color (decimal): -9442824 or 16312687. OLE color: 16312687.

HSL color Cylindrical-coordinate representation of color #6FE9F8: hue angle of 186.57º 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 #6FE9F8 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 111 233 248 -
CMYK 0.55 0.06 0 0.03
HSL 186.57º 0.91% 0.7% -
HSV(B) 186.57º 0.55% 0.97% -
XYZ 52.64 68.43 99.24 -
YUV 198.23 156.08 65.78 -
System Red Green Blue C M Y K H S L
Decimal 111 233 248 0.55 0.06 0 0.03 186.57 0.91 0.7
Hex 6F E9 F8 37 6 0 3 BB 5B 46
Octal 157 351 370 67 6 0 3 273 133 106
Binary 1101111 11101001 11111000 110111 110 0 11 10111011 1011011 1000110

Color Harmonies of #6FE9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE9F8

Black with #6FE9F8

Text Example


Text Example

White with #6FE9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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