Html Css Color HEX #68EDE3 Turquoise Blue

📋 copy color: '#68EDE3'

red 104 ◦ green 237 ◦ blue 227

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

Shades of Turquoise Blue #68EDE3

Tints of Turquoise Blue #68EDE3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.73%

 BLUE value IS 227 (89.06% from 255) = 39.96%

R = 18.31%
G = 41.73%
B = 39.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#68EDE3 (or 0x68EDE3) is known color: Turquoise Blue. HEX triplet: 68, ED and E3. RGB value is (104,237,227). Sum of RGB (Red+Green+Blue) = 104+237+227=568 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.31% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 227 (89.06% from 255 or 39.96% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDE3 is #97121C. Grayscale: #C3C3C3. Windows color (decimal): -9900573 or 14937448. OLE color: 14937448.

HSL color Cylindrical-coordinate representation of color #68EDE3: hue angle of 175.49º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EDE3 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 237 227 -
CMYK 0.56 0 0.04 0.07
HSL 175.49º 0.79% 0.67% -
HSV(B) 175.49º 0.56% 0.93% -
XYZ 49.86 69.06 83.37 -
YUV 196.09 145.44 62.31 -
System Red Green Blue C M Y K H S L
Decimal 104 237 227 0.56 0 0.04 0.07 175.49 0.79 0.67
Hex 68 ED E3 38 0 4 7 AF 4F 43
Octal 150 355 343 70 0 4 7 257 117 103
Binary 1101000 11101101 11100011 111000 0 100 111 10101111 1001111 1000011

Color Harmonies of #68EDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EDE3

Black with #68EDE3

Text Example


Text Example

White with #68EDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,237,227); }

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

background-color css

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

 a { background-color: rgb(104,237,227); }

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

border-color css

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

 span { border-color: rgb(104,237,227); }

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