Html Css Color HEX #6BCED7 Turquoise Blue

📋 copy color: '#6BCED7'

red 107 ◦ green 206 ◦ blue 215

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

Shades of Turquoise Blue #6BCED7

Tints of Turquoise Blue #6BCED7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.02%

 BLUE value IS 215 (84.38% from 255) = 40.72%

R = 20.27%
G = 39.02%
B = 40.72%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6BCED7 (or 0x6BCED7) is known color: Turquoise Blue. HEX triplet: 6B, CE and D7. RGB value is (107,206,215). Sum of RGB (Red+Green+Blue) = 107+206+215=528 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.27% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #6BCED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCED7 is #943128. Grayscale: #B1B1B1. Windows color (decimal): -9711913 or 14143083. OLE color: 14143083.

HSL color Cylindrical-coordinate representation of color #6BCED7: hue angle of 185º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BCED7 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 206 215 -
CMYK 0.50 0.04 0 0.16
HSL 185º 0.57% 0.63% -
HSV(B) 185º 0.5% 0.84% -
XYZ 40.4 52.17 72.23 -
YUV 177.43 149.2 77.77 -
System Red Green Blue C M Y K H S L
Decimal 107 206 215 0.50 0.04 0 0.16 185 0.57 0.63
Hex 6B CE D7 32 4 0 10 B9 39 3F
Octal 153 316 327 62 4 0 20 271 71 77
Binary 1101011 11001110 11010111 110010 100 0 10000 10111001 111001 111111

Color Harmonies of #6BCED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCED7

Black with #6BCED7

Text Example


Text Example

White with #6BCED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,206,215); }

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

background-color css

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

 a { background-color: rgb(107,206,215); }

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

border-color css

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

 span { border-color: rgb(107,206,215); }

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