Html Css Color HEX #7BEBE0 Turquoise Blue

📋 copy color: '#7BEBE0'

red 123 ◦ green 235 ◦ blue 224

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

Shades of Turquoise Blue #7BEBE0

Tints of Turquoise Blue #7BEBE0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.38%

 BLUE value IS 224 (87.89% from 255) = 38.49%

R = 21.13%
G = 40.38%
B = 38.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#7BEBE0 (or 0x7BEBE0) is known color: Turquoise Blue. HEX triplet: 7B, EB and E0. RGB value is (123,235,224). Sum of RGB (Red+Green+Blue) = 123+235+224=582 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.13% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #7BEBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEBE0 is #84141F. Grayscale: #C8C8C8. Windows color (decimal): -8655904 or 14740347. OLE color: 14740347.

HSL color Cylindrical-coordinate representation of color #7BEBE0: hue angle of 174.11º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEBE0 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 235 224 -
CMYK 0.48 0 0.05 0.08
HSL 174.11º 0.74% 0.7% -
HSV(B) 174.11º 0.48% 0.92% -
XYZ 51.33 69.01 81.14 -
YUV 200.26 141.39 72.89 -
System Red Green Blue C M Y K H S L
Decimal 123 235 224 0.48 0 0.05 0.08 174.11 0.74 0.7
Hex 7B EB E0 30 0 5 8 AE 4A 46
Octal 173 353 340 60 0 5 10 256 112 106
Binary 1111011 11101011 11100000 110000 0 101 1000 10101110 1001010 1000110

Color Harmonies of #7BEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEBE0

Black with #7BEBE0

Text Example


Text Example

White with #7BEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,235,224); }

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

background-color css

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

 a { background-color: rgb(123,235,224); }

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

border-color css

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

 span { border-color: rgb(123,235,224); }

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