Html Css Color HEX #6DD5FA Turquoise Blue

📋 copy color: '#6DD5FA'

red 109 ◦ green 213 ◦ blue 250

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

Shades of Turquoise Blue #6DD5FA

Tints of Turquoise Blue #6DD5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.24%

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

R = 19.06%
G = 37.24%
B = 43.71%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6DD5FA (or 0x6DD5FA) is known color: Turquoise Blue. HEX triplet: 6D, D5 and FA. RGB value is (109,213,250). Sum of RGB (Red+Green+Blue) = 109+213+250=572 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.06% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DD5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD5FA is #922A05. Grayscale: #B9B9B9. Windows color (decimal): -9579014 or 16438637. OLE color: 16438637.

HSL color Cylindrical-coordinate representation of color #6DD5FA: hue angle of 195.74º 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 #6DD5FA is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 213 250 -
CMYK 0.56 0.15 0 0.02
HSL 195.74º 0.93% 0.7% -
HSV(B) 195.74º 0.56% 0.98% -
XYZ 47.36 57.74 99.09 -
YUV 186.12 164.04 72.99 -
System Red Green Blue C M Y K H S L
Decimal 109 213 250 0.56 0.15 0 0.02 195.74 0.93 0.7
Hex 6D D5 FA 38 F 0 2 C4 5D 46
Octal 155 325 372 70 17 0 2 304 135 106
Binary 1101101 11010101 11111010 111000 1111 0 10 11000100 1011101 1000110

Color Harmonies of #6DD5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD5FA

Black with #6DD5FA

Text Example


Text Example

White with #6DD5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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