Html Css Color HEX #67E4E0 Turquoise Blue

📋 copy color: '#67E4E0'

red 103 ◦ green 228 ◦ blue 224

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

Shades of Turquoise Blue #67E4E0

Tints of Turquoise Blue #67E4E0

RGB

 RED value IS 103 (40.63% from 255) = 18.56%

 GREEN value IS 228 (89.45% from 255) = 41.08%

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

R = 18.56%
G = 41.08%
B = 40.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#67E4E0 (or 0x67E4E0) is known color: Turquoise Blue. HEX triplet: 67, E4 and E0. RGB value is (103,228,224). Sum of RGB (Red+Green+Blue) = 103+228+224=555 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.56% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #67E4E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67E4E0 is #981B1F. Grayscale: #BEBEBE. Windows color (decimal): -9968416 or 14738535. OLE color: 14738535.

HSL color Cylindrical-coordinate representation of color #67E4E0: hue angle of 178.08º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67E4E0 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 103 228 224 -
CMYK 0.55 0 0.02 0.11
HSL 178.08º 0.7% 0.65% -
HSV(B) 178.08º 0.55% 0.89% -
XYZ 46.79 63.75 80.36 -
YUV 190.17 147.09 65.83 -
System Red Green Blue C M Y K H S L
Decimal 103 228 224 0.55 0 0.02 0.11 178.08 0.7 0.65
Hex 67 E4 E0 37 0 2 B B2 46 41
Octal 147 344 340 67 0 2 13 262 106 101
Binary 1100111 11100100 11100000 110111 0 10 1011 10110010 1000110 1000001

Color Harmonies of #67E4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67E4E0

Black with #67E4E0

Text Example


Text Example

White with #67E4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67E4E0; }

 p { color: rgb(103,228,224); }

 H1.HeaderClassName
 {
   color: #67E4E0;
 }
 .AnyTagClassName
 {
   color: #67E4E0;
 }
</style>

background-color css

<style>
 a { background-color: #67E4E0; }

 a { background-color: rgb(103,228,224); }

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

border-color css

<style>
 span { border-color: #67E4E0; }

 span { border-color: rgb(103,228,224); }

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