Html Css Color HEX #67D3EE Turquoise Blue

📋 copy color: '#67D3EE'

red 103 ◦ green 211 ◦ blue 238

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

Shades of Turquoise Blue #67D3EE

Tints of Turquoise Blue #67D3EE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.22%

 BLUE value IS 238 (93.36% from 255) = 43.12%

R = 18.66%
G = 38.22%
B = 43.12%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#67D3EE (or 0x67D3EE) is known color: Turquoise Blue. HEX triplet: 67, D3 and EE. RGB value is (103,211,238). Sum of RGB (Red+Green+Blue) = 103+211+238=552 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.66% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #67D3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D3EE is #982C11. Grayscale: #B5B5B5. Windows color (decimal): -9972754 or 15651687. OLE color: 15651687.

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

Color convert

RGB 103 211 238 -
CMYK 0.57 0.11 0 0.07
HSL 192º 0.8% 0.67% -
HSV(B) 192º 0.57% 0.93% -
XYZ 44.32 55.65 89.29 -
YUV 181.79 159.72 71.8 -
System Red Green Blue C M Y K H S L
Decimal 103 211 238 0.57 0.11 0 0.07 192 0.8 0.67
Hex 67 D3 EE 39 B 0 7 C0 50 43
Octal 147 323 356 71 13 0 7 300 120 103
Binary 1100111 11010011 11101110 111001 1011 0 111 11000000 1010000 1000011

Color Harmonies of #67D3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67D3EE

Black with #67D3EE

Text Example


Text Example

White with #67D3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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