Html Css Color HEX #6BD6EC Turquoise Blue

📋 copy color: '#6BD6EC'

red 107 ◦ green 214 ◦ blue 236

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

Shades of Turquoise Blue #6BD6EC

Tints of Turquoise Blue #6BD6EC

RGB

 RED value IS 107 (42.19% from 255) = 19.21%

 GREEN value IS 214 (83.98% from 255) = 38.42%

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

R = 19.21%
G = 38.42%
B = 42.37%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BD6EC (or 0x6BD6EC) is known color: Turquoise Blue. HEX triplet: 6B, D6 and EC. RGB value is (107,214,236). Sum of RGB (Red+Green+Blue) = 107+214+236=557 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.21% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BD6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD6EC is #942913. Grayscale: #B8B8B8. Windows color (decimal): -9709844 or 15521387. OLE color: 15521387.

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

Color convert

RGB 107 214 236 -
CMYK 0.55 0.09 0 0.07
HSL 190.23º 0.77% 0.67% -
HSV(B) 190.23º 0.55% 0.93% -
XYZ 45.25 57.28 88.03 -
YUV 184.52 157.05 72.71 -
System Red Green Blue C M Y K H S L
Decimal 107 214 236 0.55 0.09 0 0.07 190.23 0.77 0.67
Hex 6B D6 EC 37 9 0 7 BE 4D 43
Octal 153 326 354 67 11 0 7 276 115 103
Binary 1101011 11010110 11101100 110111 1001 0 111 10111110 1001101 1000011

Color Harmonies of #6BD6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD6EC

Black with #6BD6EC

Text Example


Text Example

White with #6BD6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,214,236); }

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

background-color css

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

 a { background-color: rgb(107,214,236); }

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

border-color css

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

 span { border-color: rgb(107,214,236); }

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