Html Css Color HEX #6FDFF8 Turquoise Blue

📋 copy color: '#6FDFF8'

red 111 ◦ green 223 ◦ blue 248

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

Shades of Turquoise Blue #6FDFF8

Tints of Turquoise Blue #6FDFF8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.32%

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

R = 19.07%
G = 38.32%
B = 42.61%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6FDFF8 (or 0x6FDFF8) is known color: Turquoise Blue. HEX triplet: 6F, DF and F8. RGB value is (111,223,248). Sum of RGB (Red+Green+Blue) = 111+223+248=582 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.07% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 248 - color contains mainly: blue. Hex color #6FDFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFF8 is #902007. Grayscale: #C0C0C0. Windows color (decimal): -9445384 or 16310127. OLE color: 16310127.

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

Color convert

RGB 111 223 248 -
CMYK 0.55 0.10 0 0.03
HSL 190.95º 0.91% 0.7% -
HSV(B) 190.95º 0.55% 0.97% -
XYZ 49.89 62.93 98.32 -
YUV 192.36 159.39 69.97 -
System Red Green Blue C M Y K H S L
Decimal 111 223 248 0.55 0.10 0 0.03 190.95 0.91 0.7
Hex 6F DF F8 37 A 0 3 BF 5B 46
Octal 157 337 370 67 12 0 3 277 133 106
Binary 1101111 11011111 11111000 110111 1010 0 11 10111111 1011011 1000110

Color Harmonies of #6FDFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFF8

Black with #6FDFF8

Text Example


Text Example

White with #6FDFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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