Html Css Color HEX #6DE3EA Turquoise Blue

📋 copy color: '#6DE3EA'

red 109 ◦ green 227 ◦ blue 234

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

Shades of Turquoise Blue #6DE3EA

Tints of Turquoise Blue #6DE3EA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.82%

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

R = 19.12%
G = 39.82%
B = 41.05%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DE3EA (or 0x6DE3EA) is known color: Turquoise Blue. HEX triplet: 6D, E3 and EA. RGB value is (109,227,234). Sum of RGB (Red+Green+Blue) = 109+227+234=570 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.12% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DE3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DE3EA is #921C15. Grayscale: #C0C0C0. Windows color (decimal): -9575446 or 15393645. OLE color: 15393645.

HSL color Cylindrical-coordinate representation of color #6DE3EA: hue angle of 183.36º 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 #6DE3EA is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 227 234 -
CMYK 0.53 0.03 0 0.08
HSL 183.36º 0.75% 0.67% -
HSV(B) 183.36º 0.53% 0.92% -
XYZ 48.63 64.13 87.66 -
YUV 192.52 151.41 68.43 -
System Red Green Blue C M Y K H S L
Decimal 109 227 234 0.53 0.03 0 0.08 183.36 0.75 0.67
Hex 6D E3 EA 35 3 0 8 B7 4B 43
Octal 155 343 352 65 3 0 10 267 113 103
Binary 1101101 11100011 11101010 110101 11 0 1000 10110111 1001011 1000011

Color Harmonies of #6DE3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE3EA

Black with #6DE3EA

Text Example


Text Example

White with #6DE3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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