Html Css Color HEX #6CDADA Turquoise Blue

📋 copy color: '#6CDADA'

red 108 ◦ green 218 ◦ blue 218

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

Shades of Turquoise Blue #6CDADA

Tints of Turquoise Blue #6CDADA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.07%

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

R = 19.85%
G = 40.07%
B = 40.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6CDADA (or 0x6CDADA) is known color: Turquoise Blue. HEX triplet: 6C, DA and DA. RGB value is (108,218,218). Sum of RGB (Red+Green+Blue) = 108+218+218=544 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.85% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #6CDADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDADA is #932525. Grayscale: #B9B9B9. Windows color (decimal): -9643302 or 14342764. OLE color: 14342764.

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

Color convert

RGB 108 218 218 -
CMYK 0.50 0 0 0.15
HSL 180º 0.6% 0.64% -
HSV(B) 180º 0.5% 0.85% -
XYZ 43.91 58.39 75.29 -
YUV 185.11 146.56 73 -
System Red Green Blue C M Y K H S L
Decimal 108 218 218 0.50 0 0 0.15 180 0.6 0.64
Hex 6C DA DA 32 0 0 F B4 3C 40
Octal 154 332 332 62 0 0 17 264 74 100
Binary 1101100 11011010 11011010 110010 0 0 1111 10110100 111100 1000000

Color Harmonies of #6CDADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDADA

Black with #6CDADA

Text Example


Text Example

White with #6CDADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,218,218); }

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

background-color css

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

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

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

border-color css

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

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

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