Html Css Color HEX #68EAE1 Turquoise Blue

📋 copy color: '#68EAE1'

red 104 ◦ green 234 ◦ blue 225

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

Shades of Turquoise Blue #68EAE1

Tints of Turquoise Blue #68EAE1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.56%

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

R = 18.47%
G = 41.56%
B = 39.96%

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

#68EAE1 (or 0x68EAE1) is known color: Turquoise Blue. HEX triplet: 68, EA and E1. RGB value is (104,234,225). Sum of RGB (Red+Green+Blue) = 104+234+225=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAE1 is #97151E. Grayscale: #C2C2C2. Windows color (decimal): -9901343 or 14805608. OLE color: 14805608.

HSL color Cylindrical-coordinate representation of color #68EAE1: hue angle of 175.85º degrees, saturation: 0.76, 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 #68EAE1 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 234 225 -
CMYK 0.56 0 0.04 0.08
HSL 175.85º 0.76% 0.66% -
HSV(B) 175.85º 0.56% 0.92% -
XYZ 48.72 67.22 81.64 -
YUV 194.1 145.43 63.73 -
System Red Green Blue C M Y K H S L
Decimal 104 234 225 0.56 0 0.04 0.08 175.85 0.76 0.66
Hex 68 EA E1 38 0 4 8 B0 4C 42
Octal 150 352 341 70 0 4 10 260 114 102
Binary 1101000 11101010 11100001 111000 0 100 1000 10110000 1001100 1000010

Color Harmonies of #68EAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EAE1

Black with #68EAE1

Text Example


Text Example

White with #68EAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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