Html Css Color HEX #6FD9FA Turquoise Blue

📋 copy color: '#6FD9FA'

red 111 ◦ green 217 ◦ blue 250

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

Shades of Turquoise Blue #6FD9FA

Tints of Turquoise Blue #6FD9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.54%

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

R = 19.2%
G = 37.54%
B = 43.25%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6FD9FA (or 0x6FD9FA) is known color: Turquoise Blue. HEX triplet: 6F, D9 and FA. RGB value is (111,217,250). Sum of RGB (Red+Green+Blue) = 111+217+250=578 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.20% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FD9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD9FA is #902605. Grayscale: #BCBCBC. Windows color (decimal): -9446918 or 16439663. OLE color: 16439663.

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

Color convert

RGB 111 217 250 -
CMYK 0.56 0.13 0 0.02
HSL 194.24º 0.93% 0.71% -
HSV(B) 194.24º 0.56% 0.98% -
XYZ 48.62 59.91 99.44 -
YUV 189.07 162.38 72.32 -
System Red Green Blue C M Y K H S L
Decimal 111 217 250 0.56 0.13 0 0.02 194.24 0.93 0.71
Hex 6F D9 FA 38 D 0 2 C2 5D 47
Octal 157 331 372 70 15 0 2 302 135 107
Binary 1101111 11011001 11111010 111000 1101 0 10 11000010 1011101 1000111

Color Harmonies of #6FD9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD9FA

Black with #6FD9FA

Text Example


Text Example

White with #6FD9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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