Html Css Color HEX #6CCDDF Turquoise Blue

📋 copy color: '#6CCDDF'

red 108 ◦ green 205 ◦ blue 223

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

Shades of Turquoise Blue #6CCDDF

Tints of Turquoise Blue #6CCDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.25%

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 20.15%
G = 38.25%
B = 41.6%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CCDDF (or 0x6CCDDF) is known color: Turquoise Blue. HEX triplet: 6C, CD and DF. RGB value is (108,205,223). Sum of RGB (Red+Green+Blue) = 108+205+223=536 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.15% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CCDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDDF is #933220. Grayscale: #B1B1B1. Windows color (decimal): -9646625 or 14667116. OLE color: 14667116.

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

Color convert

RGB 108 205 223 -
CMYK 0.52 0.08 0 0.13
HSL 189.39º 0.64% 0.65% -
HSV(B) 189.39º 0.52% 0.87% -
XYZ 41.33 52.18 77.7 -
YUV 178.05 153.36 78.04 -
System Red Green Blue C M Y K H S L
Decimal 108 205 223 0.52 0.08 0 0.13 189.39 0.64 0.65
Hex 6C CD DF 34 8 0 D BD 40 41
Octal 154 315 337 64 10 0 15 275 100 101
Binary 1101100 11001101 11011111 110100 1000 0 1101 10111101 1000000 1000001

Color Harmonies of #6CCDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCDDF

Black with #6CCDDF

Text Example


Text Example

White with #6CCDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,205,223); }

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

background-color css

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

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

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

border-color css

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

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

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