Html Css Color HEX #67EDE2 Turquoise Blue

📋 copy color: '#67EDE2'

red 103 ◦ green 237 ◦ blue 226

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

Shades of Turquoise Blue #67EDE2

Tints of Turquoise Blue #67EDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.93%

R = 18.2%
G = 41.87%
B = 39.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#67EDE2 (or 0x67EDE2) is known color: Turquoise Blue. HEX triplet: 67, ED and E2. RGB value is (103,237,226). Sum of RGB (Red+Green+Blue) = 103+237+226=566 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.20% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #67EDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EDE2 is #98121D. Grayscale: #C3C3C3. Windows color (decimal): -9966110 or 14871911. OLE color: 14871911.

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

Color convert

RGB 103 237 226 -
CMYK 0.57 0 0.05 0.07
HSL 175.07º 0.79% 0.67% -
HSV(B) 175.07º 0.57% 0.93% -
XYZ 49.61 68.94 82.64 -
YUV 195.68 145.11 61.89 -
System Red Green Blue C M Y K H S L
Decimal 103 237 226 0.57 0 0.05 0.07 175.07 0.79 0.67
Hex 67 ED E2 39 0 5 7 AF 4F 43
Octal 147 355 342 71 0 5 7 257 117 103
Binary 1100111 11101101 11100010 111001 0 101 111 10101111 1001111 1000011

Color Harmonies of #67EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67EDE2

Black with #67EDE2

Text Example


Text Example

White with #67EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,237,226); }

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

background-color css

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

 a { background-color: rgb(103,237,226); }

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

border-color css

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

 span { border-color: rgb(103,237,226); }

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