Html Css Color HEX #6BDDDC Turquoise Blue

📋 copy color: '#6BDDDC'

red 107 ◦ green 221 ◦ blue 220

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

Shades of Turquoise Blue #6BDDDC

Tints of Turquoise Blue #6BDDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.33%

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

R = 19.53%
G = 40.33%
B = 40.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#6BDDDC (or 0x6BDDDC) is known color: Turquoise Blue. HEX triplet: 6B, DD and DC. RGB value is (107,221,220). Sum of RGB (Red+Green+Blue) = 107+221+220=548 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.53% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDDC is #942223. Grayscale: #BABABA. Windows color (decimal): -9708068 or 14474603. OLE color: 14474603.

HSL color Cylindrical-coordinate representation of color #6BDDDC: hue angle of 179.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDDC is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 221 220 -
CMYK 0.52 0 0.00 0.13
HSL 179.47º 0.63% 0.64% -
HSV(B) 179.47º 0.52% 0.87% -
XYZ 44.84 60.01 76.93 -
YUV 186.8 146.73 71.08 -
System Red Green Blue C M Y K H S L
Decimal 107 221 220 0.52 0 0.00 0.13 179.47 0.63 0.64
Hex 6B DD DC 34 0 0 D B3 3F 40
Octal 153 335 334 64 0 0 15 263 77 100
Binary 1101011 11011101 11011100 110100 0 0 1101 10110011 111111 1000000

Color Harmonies of #6BDDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDDC

Black with #6BDDDC

Text Example


Text Example

White with #6BDDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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