Html Css Color HEX #6CD7DB Turquoise Blue

📋 copy color: '#6CD7DB'

red 108 ◦ green 215 ◦ blue 219

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

Shades of Turquoise Blue #6CD7DB

Tints of Turquoise Blue #6CD7DB

RGB

 RED value IS 108 (42.58% from 255) = 19.93%

 GREEN value IS 215 (84.38% from 255) = 39.67%

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 19.93%
G = 39.67%
B = 40.41%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CD7DB (or 0x6CD7DB) is known color: Turquoise Blue. HEX triplet: 6C, D7 and DB. RGB value is (108,215,219). Sum of RGB (Red+Green+Blue) = 108+215+219=542 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.93% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CD7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD7DB is #932824. Grayscale: #B7B7B7. Windows color (decimal): -9644069 or 14407532. OLE color: 14407532.

HSL color Cylindrical-coordinate representation of color #6CD7DB: hue angle of 182.16º degrees, saturation: 0.61, 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 #6CD7DB is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 215 219 -
CMYK 0.51 0.02 0 0.14
HSL 182.16º 0.61% 0.64% -
HSV(B) 182.16º 0.51% 0.86% -
XYZ 43.27 56.9 75.72 -
YUV 183.46 148.05 74.17 -
System Red Green Blue C M Y K H S L
Decimal 108 215 219 0.51 0.02 0 0.14 182.16 0.61 0.64
Hex 6C D7 DB 33 2 0 E B6 3D 40
Octal 154 327 333 63 2 0 16 266 75 100
Binary 1101100 11010111 11011011 110011 10 0 1110 10110110 111101 1000000

Color Harmonies of #6CD7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD7DB

Black with #6CD7DB

Text Example


Text Example

White with #6CD7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,215,219); }

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

background-color css

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

 a { background-color: rgb(108,215,219); }

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

border-color css

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

 span { border-color: rgb(108,215,219); }

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