Html Css Color HEX #6DF0E5 Turquoise Blue

📋 copy color: '#6DF0E5'

red 109 ◦ green 240 ◦ blue 229

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

Shades of Turquoise Blue #6DF0E5

Tints of Turquoise Blue #6DF0E5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.52%

 BLUE value IS 229 (89.84% from 255) = 39.62%

R = 18.86%
G = 41.52%
B = 39.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#6DF0E5 (or 0x6DF0E5) is known color: Turquoise Blue. HEX triplet: 6D, F0 and E5. RGB value is (109,240,229). Sum of RGB (Red+Green+Blue) = 109+240+229=578 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.86% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF0E5 is #920F1A. Grayscale: #C7C7C7. Windows color (decimal): -9572123 or 15069293. OLE color: 15069293.

HSL color Cylindrical-coordinate representation of color #6DF0E5: hue angle of 174.96º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF0E5 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 240 229 -
CMYK 0.55 0 0.05 0.06
HSL 174.96º 0.81% 0.68% -
HSV(B) 174.96º 0.55% 0.94% -
XYZ 51.61 71.23 85.16 -
YUV 199.58 144.6 63.39 -
System Red Green Blue C M Y K H S L
Decimal 109 240 229 0.55 0 0.05 0.06 174.96 0.81 0.68
Hex 6D F0 E5 37 0 5 6 AF 51 44
Octal 155 360 345 67 0 5 6 257 121 104
Binary 1101101 11110000 11100101 110111 0 101 110 10101111 1010001 1000100

Color Harmonies of #6DF0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF0E5

Black with #6DF0E5

Text Example


Text Example

White with #6DF0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,240,229); }

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

background-color css

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

 a { background-color: rgb(109,240,229); }

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

border-color css

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

 span { border-color: rgb(109,240,229); }

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