Html Css Color HEX #67EFEB Turquoise Blue

📋 copy color: '#67EFEB'

red 103 ◦ green 239 ◦ blue 235

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

Shades of Turquoise Blue #67EFEB

Tints of Turquoise Blue #67EFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.73%

R = 17.85%
G = 41.42%
B = 40.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#67EFEB (or 0x67EFEB) is known color: Turquoise Blue. HEX triplet: 67, EF and EB. RGB value is (103,239,235). Sum of RGB (Red+Green+Blue) = 103+239+235=577 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.85% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #67EFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67EFEB is #981014. Grayscale: #C5C5C5. Windows color (decimal): -9965589 or 15462247. OLE color: 15462247.

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

Color convert

RGB 103 239 235 -
CMYK 0.57 0 0.02 0.06
HSL 178.24º 0.81% 0.67% -
HSV(B) 178.24º 0.57% 0.94% -
XYZ 51.46 70.61 89.52 -
YUV 197.88 148.94 60.33 -
System Red Green Blue C M Y K H S L
Decimal 103 239 235 0.57 0 0.02 0.06 178.24 0.81 0.67
Hex 67 EF EB 39 0 2 6 B2 51 43
Octal 147 357 353 71 0 2 6 262 121 103
Binary 1100111 11101111 11101011 111001 0 10 110 10110010 1010001 1000011

Color Harmonies of #67EFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67EFEB

Black with #67EFEB

Text Example


Text Example

White with #67EFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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