Html Css Color HEX #68ECE4 Turquoise Blue

📋 copy color: '#68ECE4'

red 104 ◦ green 236 ◦ blue 228

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

Shades of Turquoise Blue #68ECE4

Tints of Turquoise Blue #68ECE4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.55%

 BLUE value IS 228 (89.45% from 255) = 40.14%

R = 18.31%
G = 41.55%
B = 40.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#68ECE4 (or 0x68ECE4) is known color: Turquoise Blue. HEX triplet: 68, EC and E4. RGB value is (104,236,228). Sum of RGB (Red+Green+Blue) = 104+236+228=568 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.31% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECE4 is #97131B. Grayscale: #C3C3C3. Windows color (decimal): -9900828 or 15002728. OLE color: 15002728.

HSL color Cylindrical-coordinate representation of color #68ECE4: hue angle of 176.36º degrees, saturation: 0.78, 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 #68ECE4 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 236 228 -
CMYK 0.56 0 0.03 0.07
HSL 176.36º 0.78% 0.67% -
HSV(B) 176.36º 0.56% 0.93% -
XYZ 49.71 68.54 84.01 -
YUV 195.62 146.27 62.65 -
System Red Green Blue C M Y K H S L
Decimal 104 236 228 0.56 0 0.03 0.07 176.36 0.78 0.67
Hex 68 EC E4 38 0 3 7 B0 4E 43
Octal 150 354 344 70 0 3 7 260 116 103
Binary 1101000 11101100 11100100 111000 0 11 111 10110000 1001110 1000011

Color Harmonies of #68ECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ECE4

Black with #68ECE4

Text Example


Text Example

White with #68ECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,236,228); }

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

background-color css

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

 a { background-color: rgb(104,236,228); }

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

border-color css

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

 span { border-color: rgb(104,236,228); }

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