Html Css Color HEX #6DECF1 Turquoise Blue

📋 copy color: '#6DECF1'

red 109 ◦ green 236 ◦ blue 241

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

Shades of Turquoise Blue #6DECF1

Tints of Turquoise Blue #6DECF1

RGB

 RED value IS 109 (42.97% from 255) = 18.6%

 GREEN value IS 236 (92.58% from 255) = 40.27%

 BLUE value IS 241 (94.53% from 255) = 41.13%

R = 18.6%
G = 40.27%
B = 41.13%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6DECF1 (or 0x6DECF1) is known color: Turquoise Blue. HEX triplet: 6D, EC and F1. RGB value is (109,236,241). Sum of RGB (Red+Green+Blue) = 109+236+241=586 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.60% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DECF1 is #92130E. Grayscale: #C6C6C6. Windows color (decimal): -9573135 or 15854701. OLE color: 15854701.

HSL color Cylindrical-coordinate representation of color #6DECF1: hue angle of 182.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DECF1 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 236 241 -
CMYK 0.55 0.02 0 0.05
HSL 182.27º 0.83% 0.69% -
HSV(B) 182.27º 0.55% 0.95% -
XYZ 52.18 69.59 93.9 -
YUV 198.6 151.92 64.09 -
System Red Green Blue C M Y K H S L
Decimal 109 236 241 0.55 0.02 0 0.05 182.27 0.83 0.69
Hex 6D EC F1 37 2 0 5 B6 52 45
Octal 155 354 361 67 2 0 5 266 122 105
Binary 1101101 11101100 11110001 110111 10 0 101 10110110 1010010 1000101

Color Harmonies of #6DECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DECF1

Black with #6DECF1

Text Example


Text Example

White with #6DECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,236,241); }

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

background-color css

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

 a { background-color: rgb(109,236,241); }

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

border-color css

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

 span { border-color: rgb(109,236,241); }

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