Html Css Color HEX #67EEE4 Turquoise Blue

📋 copy color: '#67EEE4'

red 103 ◦ green 238 ◦ blue 228

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

Shades of Turquoise Blue #67EEE4

Tints of Turquoise Blue #67EEE4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.83%

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

R = 18.1%
G = 41.83%
B = 40.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#67EEE4 (or 0x67EEE4) is known color: Turquoise Blue. HEX triplet: 67, EE and E4. RGB value is (103,238,228). Sum of RGB (Red+Green+Blue) = 103+238+228=569 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.10% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #67EEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EEE4 is #98111B. Grayscale: #C4C4C4. Windows color (decimal): -9965852 or 15003239. OLE color: 15003239.

HSL color Cylindrical-coordinate representation of color #67EEE4: hue angle of 175.56º degrees, saturation: 0.8, 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 #67EEE4 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 103 238 228 -
CMYK 0.57 0 0.04 0.07
HSL 175.56º 0.8% 0.67% -
HSV(B) 175.56º 0.57% 0.93% -
XYZ 50.17 69.63 84.2 -
YUV 196.5 145.77 61.31 -
System Red Green Blue C M Y K H S L
Decimal 103 238 228 0.57 0 0.04 0.07 175.56 0.8 0.67
Hex 67 EE E4 39 0 4 7 B0 50 43
Octal 147 356 344 71 0 4 7 260 120 103
Binary 1100111 11101110 11100100 111001 0 100 111 10110000 1010000 1000011

Color Harmonies of #67EEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67EEE4

Black with #67EEE4

Text Example


Text Example

White with #67EEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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