Html Css Color HEX #6BCBDC Turquoise Blue

📋 copy color: '#6BCBDC'

red 107 ◦ green 203 ◦ blue 220

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

Shades of Turquoise Blue #6BCBDC

Tints of Turquoise Blue #6BCBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.3%

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 20.19%
G = 38.3%
B = 41.51%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6BCBDC (or 0x6BCBDC) is known color: Turquoise Blue. HEX triplet: 6B, CB and DC. RGB value is (107,203,220). Sum of RGB (Red+Green+Blue) = 107+203+220=530 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.19% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BCBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBDC is #943423. Grayscale: #B0B0B0. Windows color (decimal): -9712676 or 14469995. OLE color: 14469995.

HSL color Cylindrical-coordinate representation of color #6BCBDC: hue angle of 189.03º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BCBDC is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 203 220 -
CMYK 0.51 0.08 0 0.14
HSL 189.03º 0.62% 0.64% -
HSV(B) 189.03º 0.51% 0.86% -
XYZ 40.34 51 75.43 -
YUV 176.23 152.7 78.62 -
System Red Green Blue C M Y K H S L
Decimal 107 203 220 0.51 0.08 0 0.14 189.03 0.62 0.64
Hex 6B CB DC 33 8 0 E BD 3E 40
Octal 153 313 334 63 10 0 16 275 76 100
Binary 1101011 11001011 11011100 110011 1000 0 1110 10111101 111110 1000000

Color Harmonies of #6BCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCBDC

Black with #6BCBDC

Text Example


Text Example

White with #6BCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,203,220); }

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

background-color css

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

 a { background-color: rgb(107,203,220); }

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

border-color css

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

 span { border-color: rgb(107,203,220); }

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