Html Css Color HEX #67EEE1 Turquoise Blue

📋 copy color: '#67EEE1'

red 103 ◦ green 238 ◦ blue 225

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

Shades of Turquoise Blue #67EEE1

Tints of Turquoise Blue #67EEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.75%

R = 18.2%
G = 42.05%
B = 39.75%

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

#67EEE1 (or 0x67EEE1) is known color: Turquoise Blue. HEX triplet: 67, EE and E1. RGB value is (103,238,225). Sum of RGB (Red+Green+Blue) = 103+238+225=566 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.20% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #67EEE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EEE1 is #98111E. Grayscale: #C4C4C4. Windows color (decimal): -9965855 or 14806631. OLE color: 14806631.

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

Color convert

RGB 103 238 225 -
CMYK 0.57 0 0.05 0.07
HSL 174.22º 0.8% 0.67% -
HSV(B) 174.22º 0.57% 0.93% -
XYZ 49.76 69.47 82.02 -
YUV 196.15 144.27 61.56 -
System Red Green Blue C M Y K H S L
Decimal 103 238 225 0.57 0 0.05 0.07 174.22 0.8 0.67
Hex 67 EE E1 39 0 5 7 AE 50 43
Octal 147 356 341 71 0 5 7 256 120 103
Binary 1100111 11101110 11100001 111001 0 101 111 10101110 1010000 1000011

Color Harmonies of #67EEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67EEE1

Black with #67EEE1

Text Example


Text Example

White with #67EEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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