Html Css Color HEX #68EBE0 Turquoise Blue

📋 copy color: '#68EBE0'

red 104 ◦ green 235 ◦ blue 224

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

Shades of Turquoise Blue #68EBE0

Tints of Turquoise Blue #68EBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.79%

R = 18.47%
G = 41.74%
B = 39.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#68EBE0 (or 0x68EBE0) is known color: Turquoise Blue. HEX triplet: 68, EB and E0. RGB value is (104,235,224). Sum of RGB (Red+Green+Blue) = 104+235+224=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBE0 is #97141F. Grayscale: #C2C2C2. Windows color (decimal): -9901088 or 14740328. OLE color: 14740328.

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

Color convert

RGB 104 235 224 -
CMYK 0.56 0 0.05 0.08
HSL 174.96º 0.77% 0.66% -
HSV(B) 174.96º 0.56% 0.92% -
XYZ 48.87 67.74 81.02 -
YUV 194.58 144.6 63.39 -
System Red Green Blue C M Y K H S L
Decimal 104 235 224 0.56 0 0.05 0.08 174.96 0.77 0.66
Hex 68 EB E0 38 0 5 8 AF 4D 42
Octal 150 353 340 70 0 5 10 257 115 102
Binary 1101000 11101011 11100000 111000 0 101 1000 10101111 1001101 1000010

Color Harmonies of #68EBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBE0

Black with #68EBE0

Text Example


Text Example

White with #68EBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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