Html Css Color HEX #6DD4EA Turquoise Blue

📋 copy color: '#6DD4EA'

red 109 ◦ green 212 ◦ blue 234

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

Shades of Turquoise Blue #6DD4EA

Tints of Turquoise Blue #6DD4EA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.2%

 BLUE value IS 234 (91.8% from 255) = 42.16%

R = 19.64%
G = 38.2%
B = 42.16%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DD4EA (or 0x6DD4EA) is known color: Turquoise Blue. HEX triplet: 6D, D4 and EA. RGB value is (109,212,234). Sum of RGB (Red+Green+Blue) = 109+212+234=555 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.64% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DD4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD4EA is #922B15. Grayscale: #B7B7B7. Windows color (decimal): -9579286 or 15389805. OLE color: 15389805.

HSL color Cylindrical-coordinate representation of color #6DD4EA: hue angle of 190.56º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DD4EA is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 212 234 -
CMYK 0.53 0.09 0 0.08
HSL 190.56º 0.75% 0.67% -
HSV(B) 190.56º 0.53% 0.92% -
XYZ 44.7 56.28 86.35 -
YUV 183.71 156.38 74.71 -
System Red Green Blue C M Y K H S L
Decimal 109 212 234 0.53 0.09 0 0.08 190.56 0.75 0.67
Hex 6D D4 EA 35 9 0 8 BF 4B 43
Octal 155 324 352 65 11 0 10 277 113 103
Binary 1101101 11010100 11101010 110101 1001 0 1000 10111111 1001011 1000011

Color Harmonies of #6DD4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD4EA

Black with #6DD4EA

Text Example


Text Example

White with #6DD4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,212,234); }

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

background-color css

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

 a { background-color: rgb(109,212,234); }

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

border-color css

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

 span { border-color: rgb(109,212,234); }

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