Html Css Color HEX #6DEFEB Turquoise Blue

📋 copy color: '#6DEFEB'

red 109 ◦ green 239 ◦ blue 235

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

Shades of Turquoise Blue #6DEFEB

Tints of Turquoise Blue #6DEFEB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.99%

 BLUE value IS 235 (92.19% from 255) = 40.31%

R = 18.7%
G = 40.99%
B = 40.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#6DEFEB (or 0x6DEFEB) is known color: Turquoise Blue. HEX triplet: 6D, EF and EB. RGB value is (109,239,235). Sum of RGB (Red+Green+Blue) = 109+239+235=583 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.70% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #6DEFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEFEB is #921014. Grayscale: #C7C7C7. Windows color (decimal): -9572373 or 15462253. OLE color: 15462253.

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

Color convert

RGB 109 239 235 -
CMYK 0.54 0 0.02 0.06
HSL 178.15º 0.8% 0.68% -
HSV(B) 178.15º 0.54% 0.94% -
XYZ 52.17 70.98 89.55 -
YUV 199.67 147.93 63.33 -
System Red Green Blue C M Y K H S L
Decimal 109 239 235 0.54 0 0.02 0.06 178.15 0.8 0.68
Hex 6D EF EB 36 0 2 6 B2 50 44
Octal 155 357 353 66 0 2 6 262 120 104
Binary 1101101 11101111 11101011 110110 0 10 110 10110010 1010000 1000100

Color Harmonies of #6DEFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEFEB

Black with #6DEFEB

Text Example


Text Example

White with #6DEFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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