Html Css Color HEX #67EFDF Turquoise Blue

📋 copy color: '#67EFDF'

red 103 ◦ green 239 ◦ blue 223

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

Shades of Turquoise Blue #67EFDF

Tints of Turquoise Blue #67EFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.3%

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 18.23%
G = 42.3%
B = 39.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#67EFDF (or 0x67EFDF) is known color: Turquoise Blue. HEX triplet: 67, EF and DF. RGB value is (103,239,223). Sum of RGB (Red+Green+Blue) = 103+239+223=565 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.23% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #67EFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EFDF is #981020. Grayscale: #C4C4C4. Windows color (decimal): -9965601 or 14675815. OLE color: 14675815.

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

Color convert

RGB 103 239 223 -
CMYK 0.57 0 0.07 0.06
HSL 172.94º 0.81% 0.67% -
HSV(B) 172.94º 0.57% 0.94% -
XYZ 49.78 69.94 80.69 -
YUV 196.51 142.94 61.3 -
System Red Green Blue C M Y K H S L
Decimal 103 239 223 0.57 0 0.07 0.06 172.94 0.81 0.67
Hex 67 EF DF 39 0 7 6 AD 51 43
Octal 147 357 337 71 0 7 6 255 121 103
Binary 1100111 11101111 11011111 111001 0 111 110 10101101 1010001 1000011

Color Harmonies of #67EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67EFDF

Black with #67EFDF

Text Example


Text Example

White with #67EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,239,223); }

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

background-color css

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

 a { background-color: rgb(103,239,223); }

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

border-color css

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

 span { border-color: rgb(103,239,223); }

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