Html Css Color HEX #38F5FA Turquoise

📋 copy color: '#38F5FA'

red 56 ◦ green 245 ◦ blue 250

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

Shades of Turquoise #38F5FA

Tints of Turquoise #38F5FA

RGB

 RED value IS 56 (22.27% from 255) = 10.16%

 GREEN value IS 245 (96.09% from 255) = 44.46%

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 10.16%
G = 44.46%
B = 45.37%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#38F5FA (or 0x38F5FA) is known color: Turquoise. HEX triplet: 38, F5 and FA. RGB value is (56,245,250). Sum of RGB (Red+Green+Blue) = 56+245+250=551 (72% of max value = 765). Red value is 56 (22.27% from 255 or 10.16% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #38F5FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F5FA is #C70A05. Grayscale: #BCBCBC. Windows color (decimal): -13044230 or 16446776. OLE color: 16446776.

HSL color Cylindrical-coordinate representation of color #38F5FA: hue angle of 181.55º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F5FA is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 245 250 -
CMYK 0.78 0.02 0 0.02
HSL 181.55º 0.95% 0.6% -
HSV(B) 181.55º 0.78% 0.98% -
XYZ 51.54 73.05 101.83 -
YUV 189.06 162.38 33.09 -
System Red Green Blue C M Y K H S L
Decimal 56 245 250 0.78 0.02 0 0.02 181.55 0.95 0.6
Hex 38 F5 FA 4E 2 0 2 B6 5F 3C
Octal 70 365 372 116 2 0 2 266 137 74
Binary 111000 11110101 11111010 1001110 10 0 10 10110110 1011111 111100

Color Harmonies of #38F5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F5FA

Black with #38F5FA

Text Example


Text Example

White with #38F5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38F5FA; }

 p { color: rgb(56,245,250); }

 H1.HeaderClassName
 {
   color: #38F5FA;
 }
 .AnyTagClassName
 {
   color: #38F5FA;
 }
</style>

background-color css

<style>
 a { background-color: #38F5FA; }

 a { background-color: rgb(56,245,250); }

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

border-color css

<style>
 span { border-color: #38F5FA; }

 span { border-color: rgb(56,245,250); }

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