#6CDFFB

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

Shades of Turquoise Blue #6CDFFB

Tints of Turquoise Blue #6CDFFB

Color information

#6CDFFB (or 0x6CDFFB) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DF and FB. RGB value is (108,223,251). Sum of RGB (Red+Green+Blue) = 108+223+251=582 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.56% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #6CDFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDFFB is #932004. Grayscale: #BFBFBF. Windows color (decimal): -9641989 or 16506732. OLE color: 16506732.

HSL color Cylindrical-coordinate representation of color #6CDFFB: hue angle of 191.75º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CDFFB is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108223251-
CMYK0.570.1100.02
HSL191.75º94.7%70.39%-
HSV(B)191.75º56.97%98.43%-
XYZ49.9862.93100.78-
YUV191.81161.468.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.56%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=18.56%
G=38.32%
B=43.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082232510.570.1100.02191.7594.770.39
Hex6CDFFB39B02c05f46
Octal154337373711302300137106
Binary1101100110111111111101111100110110101100000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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