Html Css Color HEX #7BE3DF Turquoise Blue

📋 copy color: '#7BE3DF'

red 123 ◦ green 227 ◦ blue 223

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

Shades of Turquoise Blue #7BE3DF

Tints of Turquoise Blue #7BE3DF

RGB

 RED value IS 123 (48.44% from 255) = 21.47%

 GREEN value IS 227 (89.06% from 255) = 39.62%

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

R = 21.47%
G = 39.62%
B = 38.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#7BE3DF (or 0x7BE3DF) is known color: Turquoise Blue. HEX triplet: 7B, E3 and DF. RGB value is (123,227,223). Sum of RGB (Red+Green+Blue) = 123+227+223=573 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.47% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #7BE3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE3DF is #841C20. Grayscale: #C3C3C3. Windows color (decimal): -8657953 or 14672763. OLE color: 14672763.

HSL color Cylindrical-coordinate representation of color #7BE3DF: hue angle of 177.69º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE3DF is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 123 227 223 -
CMYK 0.46 0 0.02 0.11
HSL 177.69º 0.65% 0.69% -
HSV(B) 177.69º 0.46% 0.89% -
XYZ 48.96 64.48 79.68 -
YUV 195.45 143.54 76.33 -
System Red Green Blue C M Y K H S L
Decimal 123 227 223 0.46 0 0.02 0.11 177.69 0.65 0.69
Hex 7B E3 DF 2E 0 2 B B2 41 45
Octal 173 343 337 56 0 2 13 262 101 105
Binary 1111011 11100011 11011111 101110 0 10 1011 10110010 1000001 1000101

Color Harmonies of #7BE3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BE3DF

Black with #7BE3DF

Text Example


Text Example

White with #7BE3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BE3DF; }

 p { color: rgb(123,227,223); }

 H1.HeaderClassName
 {
   color: #7BE3DF;
 }
 .AnyTagClassName
 {
   color: #7BE3DF;
 }
</style>

background-color css

<style>
 a { background-color: #7BE3DF; }

 a { background-color: rgb(123,227,223); }

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

border-color css

<style>
 span { border-color: #7BE3DF; }

 span { border-color: rgb(123,227,223); }

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