Html Css Color HEX #6DDDFA Turquoise Blue

📋 copy color: '#6DDDFA'

red 109 ◦ green 221 ◦ blue 250

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

Shades of Turquoise Blue #6DDDFA

Tints of Turquoise Blue #6DDDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.1%

R = 18.79%
G = 38.1%
B = 43.1%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6DDDFA (or 0x6DDDFA) is known color: Turquoise Blue. HEX triplet: 6D, DD and FA. RGB value is (109,221,250). Sum of RGB (Red+Green+Blue) = 109+221+250=580 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.79% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DDDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDDFA is #922205. Grayscale: #BEBEBE. Windows color (decimal): -9576966 or 16440685. OLE color: 16440685.

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

Color convert

RGB 109 221 250 -
CMYK 0.56 0.12 0 0.02
HSL 192.34º 0.93% 0.7% -
HSV(B) 192.34º 0.56% 0.98% -
XYZ 49.42 61.87 99.78 -
YUV 190.82 161.39 69.64 -
System Red Green Blue C M Y K H S L
Decimal 109 221 250 0.56 0.12 0 0.02 192.34 0.93 0.7
Hex 6D DD FA 38 C 0 2 C0 5D 46
Octal 155 335 372 70 14 0 2 300 135 106
Binary 1101101 11011101 11111010 111000 1100 0 10 11000000 1011101 1000110

Color Harmonies of #6DDDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDDFA

Black with #6DDDFA

Text Example


Text Example

White with #6DDDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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