#6CDDFD

Color #6CDDFD Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6CDDFD

Tints of Turquoise Blue #6CDDFD

Color information

#6CDDFD (or 0x6CDDFD) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DD and FD. RGB value is (108,221,253). Sum of RGB (Red+Green+Blue) = 108+221+253=582 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.56% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #6CDDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDDFD is #932202. Grayscale: #BEBEBE. Windows color (decimal): -9642499 or 16637292. OLE color: 16637292.

HSL color Cylindrical-coordinate representation of color #6CDDFD: hue angle of 193.24º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CDDFD is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB108221253-
CMYK0.570.1300.01
HSL193.24º97.32%70.78%-
HSV(B)193.24º57.31%99.22%-
XYZ49.7761.99102.27-
YUV190.86163.0668.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.56%
GREEN value IS 221 (86.72% from 255) = 37.97%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=18.56%
G=37.97%
B=43.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1082212530.570.1300.01193.2497.3270.78
Hex6CDDFD39D01c16147
Octal154335375711501301141107
Binary110110011011101111111011110011101011100000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,221,253); }

 H1.HeaderClassName
 {
   color: #6CDDFD;
 }
 .AnyTagClassName
 {
   color: #6CDDFD;
 }
</style>
background-color css

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

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

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

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

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

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