Html Css Color HEX #6BCCDA Turquoise Blue

📋 copy color: '#6BCCDA'

red 107 ◦ green 204 ◦ blue 218

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

Shades of Turquoise Blue #6BCCDA

Tints of Turquoise Blue #6BCCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.56%

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 20.23%
G = 38.56%
B = 41.21%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6BCCDA (or 0x6BCCDA) is known color: Turquoise Blue. HEX triplet: 6B, CC and DA. RGB value is (107,204,218). Sum of RGB (Red+Green+Blue) = 107+204+218=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BCCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCDA is #943325. Grayscale: #B0B0B0. Windows color (decimal): -9712422 or 14339179. OLE color: 14339179.

HSL color Cylindrical-coordinate representation of color #6BCCDA: hue angle of 187.57º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BCCDA is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 204 218 -
CMYK 0.51 0.06 0 0.15
HSL 187.57º 0.6% 0.64% -
HSV(B) 187.57º 0.51% 0.85% -
XYZ 40.31 51.37 74.12 -
YUV 176.59 151.36 78.36 -
System Red Green Blue C M Y K H S L
Decimal 107 204 218 0.51 0.06 0 0.15 187.57 0.6 0.64
Hex 6B CC DA 33 6 0 F BC 3C 40
Octal 153 314 332 63 6 0 17 274 74 100
Binary 1101011 11001100 11011010 110011 110 0 1111 10111100 111100 1000000

Color Harmonies of #6BCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCDA

Black with #6BCCDA

Text Example


Text Example

White with #6BCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,204,218); }

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

background-color css

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

 a { background-color: rgb(107,204,218); }

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

border-color css

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

 span { border-color: rgb(107,204,218); }

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