Html Css Color HEX #6FDAFA Turquoise Blue

📋 copy color: '#6FDAFA'

red 111 ◦ green 218 ◦ blue 250

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

Shades of Turquoise Blue #6FDAFA

Tints of Turquoise Blue #6FDAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.65%

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

R = 19.17%
G = 37.65%
B = 43.18%

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

#6FDAFA (or 0x6FDAFA) is known color: Turquoise Blue. HEX triplet: 6F, DA and FA. RGB value is (111,218,250). Sum of RGB (Red+Green+Blue) = 111+218+250=579 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.17% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FDAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDAFA is #902505. Grayscale: #BDBDBD. Windows color (decimal): -9446662 or 16439919. OLE color: 16439919.

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

Color convert

RGB 111 218 250 -
CMYK 0.56 0.13 0 0.02
HSL 193.81º 0.93% 0.71% -
HSV(B) 193.81º 0.56% 0.98% -
XYZ 48.88 60.42 99.53 -
YUV 189.66 162.05 71.9 -
System Red Green Blue C M Y K H S L
Decimal 111 218 250 0.56 0.13 0 0.02 193.81 0.93 0.71
Hex 6F DA FA 38 D 0 2 C2 5D 47
Octal 157 332 372 70 15 0 2 302 135 107
Binary 1101111 11011010 11111010 111000 1101 0 10 11000010 1011101 1000111

Color Harmonies of #6FDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDAFA

Black with #6FDAFA

Text Example


Text Example

White with #6FDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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