Html Css Color HEX #6FDBEC Turquoise Blue

📋 copy color: '#6FDBEC'

red 111 ◦ green 219 ◦ blue 236

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

Shades of Turquoise Blue #6FDBEC

Tints of Turquoise Blue #6FDBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.69%

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

R = 19.61%
G = 38.69%
B = 41.7%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FDBEC (or 0x6FDBEC) is known color: Turquoise Blue. HEX triplet: 6F, DB and EC. RGB value is (111,219,236). Sum of RGB (Red+Green+Blue) = 111+219+236=566 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.61% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #6FDBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDBEC is #902413. Grayscale: #BCBCBC. Windows color (decimal): -9446420 or 15522671. OLE color: 15522671.

HSL color Cylindrical-coordinate representation of color #6FDBEC: hue angle of 188.16º 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 #6FDBEC is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 219 236 -
CMYK 0.53 0.07 0 0.07
HSL 188.16º 0.77% 0.68% -
HSV(B) 188.16º 0.53% 0.93% -
XYZ 47.03 60.1 88.48 -
YUV 188.65 154.72 72.62 -
System Red Green Blue C M Y K H S L
Decimal 111 219 236 0.53 0.07 0 0.07 188.16 0.77 0.68
Hex 6F DB EC 35 7 0 7 BC 4D 44
Octal 157 333 354 65 7 0 7 274 115 104
Binary 1101111 11011011 11101100 110101 111 0 111 10111100 1001101 1000100

Color Harmonies of #6FDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDBEC

Black with #6FDBEC

Text Example


Text Example

White with #6FDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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