Html Css Color HEX #6FD0EC Turquoise Blue

📋 copy color: '#6FD0EC'

red 111 ◦ green 208 ◦ blue 236

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

Shades of Turquoise Blue #6FD0EC

Tints of Turquoise Blue #6FD0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.48%

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 20%
G = 37.48%
B = 42.52%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FD0EC (or 0x6FD0EC) is known color: Turquoise Blue. HEX triplet: 6F, D0 and EC. RGB value is (111,208,236). Sum of RGB (Red+Green+Blue) = 111+208+236=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #6FD0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD0EC is #902F13. Grayscale: #B5B5B5. Windows color (decimal): -9449236 or 15519855. OLE color: 15519855.

HSL color Cylindrical-coordinate representation of color #6FD0EC: hue angle of 193.44º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FD0EC is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 208 236 -
CMYK 0.53 0.12 0 0.07
HSL 193.44º 0.77% 0.68% -
HSV(B) 193.44º 0.53% 0.93% -
XYZ 44.25 54.55 87.55 -
YUV 182.19 158.36 77.22 -
System Red Green Blue C M Y K H S L
Decimal 111 208 236 0.53 0.12 0 0.07 193.44 0.77 0.68
Hex 6F D0 EC 35 C 0 7 C1 4D 44
Octal 157 320 354 65 14 0 7 301 115 104
Binary 1101111 11010000 11101100 110101 1100 0 111 11000001 1001101 1000100

Color Harmonies of #6FD0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD0EC

Black with #6FD0EC

Text Example


Text Example

White with #6FD0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,208,236); }

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

background-color css

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

 a { background-color: rgb(111,208,236); }

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

border-color css

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

 span { border-color: rgb(111,208,236); }

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