Html Css Color HEX #6FDCFC Turquoise Blue

📋 copy color: '#6FDCFC'

red 111 ◦ green 220 ◦ blue 252

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

Shades of Turquoise Blue #6FDCFC

Tints of Turquoise Blue #6FDCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.74%

 BLUE value IS 252 (98.83% from 255) = 43.22%

R = 19.04%
G = 37.74%
B = 43.22%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FDCFC (or 0x6FDCFC) is known color: Turquoise Blue. HEX triplet: 6F, DC and FC. RGB value is (111,220,252). Sum of RGB (Red+Green+Blue) = 111+220+252=583 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.04% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FDCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDCFC is #902303. Grayscale: #BEBEBE. Windows color (decimal): -9446148 or 16571503. OLE color: 16571503.

HSL color Cylindrical-coordinate representation of color #6FDCFC: hue angle of 193.62º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FDCFC is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 220 252 -
CMYK 0.56 0.13 0 0.01
HSL 193.62º 0.96% 0.71% -
HSV(B) 193.62º 0.56% 0.99% -
XYZ 49.72 61.59 101.36 -
YUV 191.06 162.39 70.9 -
System Red Green Blue C M Y K H S L
Decimal 111 220 252 0.56 0.13 0 0.01 193.62 0.96 0.71
Hex 6F DC FC 38 D 0 1 C2 60 47
Octal 157 334 374 70 15 0 1 302 140 107
Binary 1101111 11011100 11111100 111000 1101 0 1 11000010 1100000 1000111

Color Harmonies of #6FDCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCFC

Black with #6FDCFC

Text Example


Text Example

White with #6FDCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,220,252); }

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

background-color css

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

 a { background-color: rgb(111,220,252); }

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

border-color css

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

 span { border-color: rgb(111,220,252); }

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