#6CDFFF

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

Shades of Turquoise Blue #6CDFFF

Tints of Turquoise Blue #6CDFFF

Color information

#6CDFFF (or 0x6CDFFF) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DF and FF. RGB value is (108,223,255). Sum of RGB (Red+Green+Blue) = 108+223+255=586 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.43% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CDFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDFFF is #932000. Grayscale: #C0C0C0. Windows color (decimal): -9641985 or 16768876. OLE color: 16768876.

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

Color convert

RGB108223255-
CMYK0.580.1300
HSL193.06º100%71.18%-
HSV(B)193.06º57.65%100%-
XYZ50.6263.18104.14-
YUV192.26163.467.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.43%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 255 (100% from 255) = 43.52%
R=18.43%
G=38.05%
B=43.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082232550.580.1300193.0610071.18
Hex6CDFFF3AD00c16447
Octal154337377721500301144107
Binary110110011011111111111111110101101001100000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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