Html Css Color HEX #6CDCE1 Turquoise Blue

📋 copy color: '#6CDCE1'

red 108 ◦ green 220 ◦ blue 225

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

Shades of Turquoise Blue #6CDCE1

Tints of Turquoise Blue #6CDCE1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.78%

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 19.53%
G = 39.78%
B = 40.69%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6CDCE1 (or 0x6CDCE1) is known color: Turquoise Blue. HEX triplet: 6C, DC and E1. RGB value is (108,220,225). Sum of RGB (Red+Green+Blue) = 108+220+225=553 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.53% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #6CDCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCE1 is #93231E. Grayscale: #BABABA. Windows color (decimal): -9642783 or 14802028. OLE color: 14802028.

HSL color Cylindrical-coordinate representation of color #6CDCE1: hue angle of 182.56º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CDCE1 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 108 220 225 -
CMYK 0.52 0.02 0 0.12
HSL 182.56º 0.66% 0.65% -
HSV(B) 182.56º 0.52% 0.88% -
XYZ 45.37 59.81 80.39 -
YUV 187.08 149.39 71.59 -
System Red Green Blue C M Y K H S L
Decimal 108 220 225 0.52 0.02 0 0.12 182.56 0.66 0.65
Hex 6C DC E1 34 2 0 C B7 42 41
Octal 154 334 341 64 2 0 14 267 102 101
Binary 1101100 11011100 11100001 110100 10 0 1100 10110111 1000010 1000001

Color Harmonies of #6CDCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDCE1

Black with #6CDCE1

Text Example


Text Example

White with #6CDCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,220,225); }

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

background-color css

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

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

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

border-color css

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

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

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