Html Css Color HEX #7BDFE6 Turquoise Blue

📋 copy color: '#7BDFE6'

red 123 ◦ green 223 ◦ blue 230

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

Shades of Turquoise Blue #7BDFE6

Tints of Turquoise Blue #7BDFE6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.72%

 BLUE value IS 230 (90.23% from 255) = 39.93%

R = 21.35%
G = 38.72%
B = 39.93%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7BDFE6 (or 0x7BDFE6) is known color: Turquoise Blue. HEX triplet: 7B, DF and E6. RGB value is (123,223,230). Sum of RGB (Red+Green+Blue) = 123+223+230=576 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.35% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 230 - color contains mainly: blue. Hex color #7BDFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDFE6 is #842019. Grayscale: #C1C1C1. Windows color (decimal): -8658970 or 15130491. OLE color: 15130491.

HSL color Cylindrical-coordinate representation of color #7BDFE6: hue angle of 183.93º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BDFE6 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 123 223 230 -
CMYK 0.47 0.03 0 0.10
HSL 183.93º 0.68% 0.69% -
HSV(B) 183.93º 0.47% 0.9% -
XYZ 48.84 62.7 84.39 -
YUV 193.9 148.37 77.43 -
System Red Green Blue C M Y K H S L
Decimal 123 223 230 0.47 0.03 0 0.10 183.93 0.68 0.69
Hex 7B DF E6 2F 3 0 A B8 44 45
Octal 173 337 346 57 3 0 12 270 104 105
Binary 1111011 11011111 11100110 101111 11 0 1010 10111000 1000100 1000101

Color Harmonies of #7BDFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDFE6

Black with #7BDFE6

Text Example


Text Example

White with #7BDFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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