Html Css Color HEX #68EBE1 Turquoise Blue

📋 copy color: '#68EBE1'

red 104 ◦ green 235 ◦ blue 225

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

Shades of Turquoise Blue #68EBE1

Tints of Turquoise Blue #68EBE1

RGB

 RED value IS 104 (41.02% from 255) = 18.44%

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

 BLUE value IS 225 (88.28% from 255) = 39.89%

R = 18.44%
G = 41.67%
B = 39.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#68EBE1 (or 0x68EBE1) is known color: Turquoise Blue. HEX triplet: 68, EB and E1. RGB value is (104,235,225). Sum of RGB (Red+Green+Blue) = 104+235+225=564 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.44% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBE1 is #97141E. Grayscale: #C2C2C2. Windows color (decimal): -9901087 or 14805864. OLE color: 14805864.

HSL color Cylindrical-coordinate representation of color #68EBE1: hue angle of 175.42º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EBE1 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 235 225 -
CMYK 0.56 0 0.04 0.08
HSL 175.42º 0.77% 0.66% -
HSV(B) 175.42º 0.56% 0.92% -
XYZ 49.01 67.8 81.74 -
YUV 194.69 145.1 63.31 -
System Red Green Blue C M Y K H S L
Decimal 104 235 225 0.56 0 0.04 0.08 175.42 0.77 0.66
Hex 68 EB E1 38 0 4 8 AF 4D 42
Octal 150 353 341 70 0 4 10 257 115 102
Binary 1101000 11101011 11100001 111000 0 100 1000 10101111 1001101 1000010

Color Harmonies of #68EBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBE1

Black with #68EBE1

Text Example


Text Example

White with #68EBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68EBE1; }

 p { color: rgb(104,235,225); }

 H1.HeaderClassName
 {
   color: #68EBE1;
 }
 .AnyTagClassName
 {
   color: #68EBE1;
 }
</style>

background-color css

<style>
 a { background-color: #68EBE1; }

 a { background-color: rgb(104,235,225); }

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

border-color css

<style>
 span { border-color: #68EBE1; }

 span { border-color: rgb(104,235,225); }

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