Html Css Color HEX #6DEBE9 Turquoise Blue

📋 copy color: '#6DEBE9'

red 109 ◦ green 235 ◦ blue 233

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

Shades of Turquoise Blue #6DEBE9

Tints of Turquoise Blue #6DEBE9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.73%

 BLUE value IS 233 (91.41% from 255) = 40.38%

R = 18.89%
G = 40.73%
B = 40.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#6DEBE9 (or 0x6DEBE9) is known color: Turquoise Blue. HEX triplet: 6D, EB and E9. RGB value is (109,235,233). Sum of RGB (Red+Green+Blue) = 109+235+233=577 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.89% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEBE9 is #921416. Grayscale: #C4C4C4. Windows color (decimal): -9573399 or 15330157. OLE color: 15330157.

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

Color convert

RGB 109 235 233 -
CMYK 0.54 0 0.01 0.08
HSL 179.05º 0.76% 0.67% -
HSV(B) 179.05º 0.54% 0.92% -
XYZ 50.72 68.55 87.65 -
YUV 197.1 148.26 65.16 -
System Red Green Blue C M Y K H S L
Decimal 109 235 233 0.54 0 0.01 0.08 179.05 0.76 0.67
Hex 6D EB E9 36 0 1 8 B3 4C 43
Octal 155 353 351 66 0 1 10 263 114 103
Binary 1101101 11101011 11101001 110110 0 1 1000 10110011 1001100 1000011

Color Harmonies of #6DEBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEBE9

Black with #6DEBE9

Text Example


Text Example

White with #6DEBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,235,233); }

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

background-color css

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

 a { background-color: rgb(109,235,233); }

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

border-color css

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

 span { border-color: rgb(109,235,233); }

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