Html Css Color HEX #6FDCFF Turquoise Blue

📋 copy color: '#6FDCFF'

red 111 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #6FDCFF

Tints of Turquoise Blue #6FDCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.52%

R = 18.94%
G = 37.54%
B = 43.52%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6FDCFF (or 0x6FDCFF) is known color: Turquoise Blue. HEX triplet: 6F, DC and FF. RGB value is (111,220,255). Sum of RGB (Red+Green+Blue) = 111+220+255=586 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.94% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FDCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDCFF is #902300. Grayscale: #BFBFBF. Windows color (decimal): -9446145 or 16768111. OLE color: 16768111.

HSL color Cylindrical-coordinate representation of color #6FDCFF: hue angle of 194.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FDCFF is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 220 255 -
CMYK 0.56 0.14 0 0
HSL 194.58º 1% 0.72% -
HSV(B) 194.58º 0.56% 1% -
XYZ 50.2 61.79 103.89 -
YUV 191.4 163.89 70.65 -
System Red Green Blue C M Y K H S L
Decimal 111 220 255 0.56 0.14 0 0 194.58 1 0.72
Hex 6F DC FF 38 E 0 0 C3 64 48
Octal 157 334 377 70 16 0 0 303 144 110
Binary 1101111 11011100 11111111 111000 1110 0 0 11000011 1100100 1001000

Color Harmonies of #6FDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCFF

Black with #6FDCFF

Text Example


Text Example

White with #6FDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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