Html Css Color HEX #6DDBFC Turquoise Blue

📋 copy color: '#6DDBFC'

red 109 ◦ green 219 ◦ blue 252

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

Shades of Turquoise Blue #6DDBFC

Tints of Turquoise Blue #6DDBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.76%

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

R = 18.79%
G = 37.76%
B = 43.45%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6DDBFC (or 0x6DDBFC) is known color: Turquoise Blue. HEX triplet: 6D, DB and FC. RGB value is (109,219,252). Sum of RGB (Red+Green+Blue) = 109+219+252=580 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.79% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #6DDBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDBFC is #922403. Grayscale: #BDBDBD. Windows color (decimal): -9577476 or 16571245. OLE color: 16571245.

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

Color convert

RGB 109 219 252 -
CMYK 0.57 0.13 0 0.01
HSL 193.85º 0.96% 0.71% -
HSV(B) 193.85º 0.57% 0.99% -
XYZ 49.21 60.94 101.27 -
YUV 189.87 163.06 70.32 -
System Red Green Blue C M Y K H S L
Decimal 109 219 252 0.57 0.13 0 0.01 193.85 0.96 0.71
Hex 6D DB FC 39 D 0 1 C2 60 47
Octal 155 333 374 71 15 0 1 302 140 107
Binary 1101101 11011011 11111100 111001 1101 0 1 11000010 1100000 1000111

Color Harmonies of #6DDBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDBFC

Black with #6DDBFC

Text Example


Text Example

White with #6DDBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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