Html Css Color HEX #6DF0E7 Turquoise Blue

📋 copy color: '#6DF0E7'

red 109 ◦ green 240 ◦ blue 231

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

Shades of Turquoise Blue #6DF0E7

Tints of Turquoise Blue #6DF0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.83%

R = 18.79%
G = 41.38%
B = 39.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#6DF0E7 (or 0x6DF0E7) is known color: Turquoise Blue. HEX triplet: 6D, F0 and E7. RGB value is (109,240,231). Sum of RGB (Red+Green+Blue) = 109+240+231=580 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.79% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF0E7 is #920F18. Grayscale: #C7C7C7. Windows color (decimal): -9572121 or 15200365. OLE color: 15200365.

HSL color Cylindrical-coordinate representation of color #6DF0E7: hue angle of 175.88º 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 #6DF0E7 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 240 231 -
CMYK 0.55 0 0.04 0.06
HSL 175.88º 0.81% 0.68% -
HSV(B) 175.88º 0.55% 0.94% -
XYZ 51.89 71.34 86.64 -
YUV 199.81 145.6 63.23 -
System Red Green Blue C M Y K H S L
Decimal 109 240 231 0.55 0 0.04 0.06 175.88 0.81 0.68
Hex 6D F0 E7 37 0 4 6 B0 51 44
Octal 155 360 347 67 0 4 6 260 121 104
Binary 1101101 11110000 11100111 110111 0 100 110 10110000 1010001 1000100

Color Harmonies of #6DF0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF0E7

Black with #6DF0E7

Text Example


Text Example

White with #6DF0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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