Html Css Color HEX #67EEDA Turquoise Blue

📋 copy color: '#67EEDA'

red 103 ◦ green 238 ◦ blue 218

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

Shades of Turquoise Blue #67EEDA

Tints of Turquoise Blue #67EEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39%

R = 18.43%
G = 42.58%
B = 39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#67EEDA (or 0x67EEDA) is known color: Turquoise Blue. HEX triplet: 67, EE and DA. RGB value is (103,238,218). Sum of RGB (Red+Green+Blue) = 103+238+218=559 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.43% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #67EEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EEDA is #981125. Grayscale: #C3C3C3. Windows color (decimal): -9965862 or 14347879. OLE color: 14347879.

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

Color convert

RGB 103 238 218 -
CMYK 0.57 0 0.08 0.07
HSL 171.11º 0.8% 0.67% -
HSV(B) 171.11º 0.57% 0.93% -
XYZ 48.82 69.09 77.09 -
YUV 195.36 140.77 62.13 -
System Red Green Blue C M Y K H S L
Decimal 103 238 218 0.57 0 0.08 0.07 171.11 0.8 0.67
Hex 67 EE DA 39 0 8 7 AB 50 43
Octal 147 356 332 71 0 10 7 253 120 103
Binary 1100111 11101110 11011010 111001 0 1000 111 10101011 1010000 1000011

Color Harmonies of #67EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67EEDA

Black with #67EEDA

Text Example


Text Example

White with #67EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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