Html Css Color HEX #6DE7E4 Turquoise Blue

📋 copy color: '#6DE7E4'

red 109 ◦ green 231 ◦ blue 228

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

Shades of Turquoise Blue #6DE7E4

Tints of Turquoise Blue #6DE7E4

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.67%

 BLUE value IS 228 (89.45% from 255) = 40.14%

R = 19.19%
G = 40.67%
B = 40.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#6DE7E4 (or 0x6DE7E4) is known color: Turquoise Blue. HEX triplet: 6D, E7 and E4. RGB value is (109,231,228). Sum of RGB (Red+Green+Blue) = 109+231+228=568 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.19% from 568); Green value is 231 (90.62% from 255 or 40.67% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 231 - color contains mainly: green. Hex color #6DE7E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE7E4 is #92181B. Grayscale: #C2C2C2. Windows color (decimal): -9574428 or 15001453. OLE color: 15001453.

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

Color convert

RGB 109 231 228 -
CMYK 0.53 0 0.01 0.09
HSL 178.52º 0.72% 0.67% -
HSV(B) 178.52º 0.53% 0.91% -
XYZ 48.89 66 83.56 -
YUV 194.18 147.08 67.24 -
System Red Green Blue C M Y K H S L
Decimal 109 231 228 0.53 0 0.01 0.09 178.52 0.72 0.67
Hex 6D E7 E4 35 0 1 9 B3 48 43
Octal 155 347 344 65 0 1 11 263 110 103
Binary 1101101 11100111 11100100 110101 0 1 1001 10110011 1001000 1000011

Color Harmonies of #6DE7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE7E4

Black with #6DE7E4

Text Example


Text Example

White with #6DE7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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