Html Css Color HEX #6DDDFC Turquoise Blue

📋 copy color: '#6DDDFC'

red 109 ◦ green 221 ◦ blue 252

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

Shades of Turquoise Blue #6DDDFC

Tints of Turquoise Blue #6DDDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.97%

 BLUE value IS 252 (98.83% from 255) = 43.3%

R = 18.73%
G = 37.97%
B = 43.3%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6DDDFC (or 0x6DDDFC) is known color: Turquoise Blue. HEX triplet: 6D, DD and FC. RGB value is (109,221,252). Sum of RGB (Red+Green+Blue) = 109+221+252=582 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.73% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #6DDDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDDFC is #922203. Grayscale: #BEBEBE. Windows color (decimal): -9576964 or 16571757. OLE color: 16571757.

HSL color Cylindrical-coordinate representation of color #6DDDFC: hue angle of 193.01º degrees, saturation: 0.96, 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 #6DDDFC is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 221 252 -
CMYK 0.57 0.12 0 0.01
HSL 193.01º 0.96% 0.71% -
HSV(B) 193.01º 0.57% 0.99% -
XYZ 49.73 61.99 101.44 -
YUV 191.05 162.39 69.48 -
System Red Green Blue C M Y K H S L
Decimal 109 221 252 0.57 0.12 0 0.01 193.01 0.96 0.71
Hex 6D DD FC 39 C 0 1 C1 60 47
Octal 155 335 374 71 14 0 1 301 140 107
Binary 1101101 11011101 11111100 111001 1100 0 1 11000001 1100000 1000111

Color Harmonies of #6DDDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDDFC

Black with #6DDDFC

Text Example


Text Example

White with #6DDDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,221,252); }

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

background-color css

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

 a { background-color: rgb(109,221,252); }

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

border-color css

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

 span { border-color: rgb(109,221,252); }

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